Html Css Color HEX #AC5BCE Medium Orchid

📋 copy color: '#AC5BCE'

red 172 ◦ green 91 ◦ blue 206

#AC5BCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AC5BCE

Tints of Medium Orchid #AC5BCE

RGB

 RED value IS 172 (67.58% from 255) = 36.67%

 GREEN value IS 91 (35.94% from 255) = 19.4%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 36.67%
G = 19.4%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC5BCE (or 0xAC5BCE) is known color: Medium Orchid. HEX triplet: AC, 5B and CE. RGB value is (172,91,206). Sum of RGB (Red+Green+Blue) = 172+91+206=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BCE is #53A431. Grayscale: #7F7F7F. Windows color (decimal): -5481522 or 13523884. OLE color: 13523884.

HSL color Cylindrical-coordinate representation of color #AC5BCE: hue angle of 282.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC5BCE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 91 206 -
CMYK 0.17 0.56 0 0.19
HSL 282.26º 0.54% 0.58% -
HSV(B) 282.26º 0.56% 0.81% -
XYZ 31.89 20.71 60.71 -
YUV 128.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 172 91 206 0.17 0.56 0 0.19 282.26 0.54 0.58
Hex AC 5B CE 11 38 0 13 11A 36 3A
Octal 254 133 316 21 70 0 23 432 66 72
Binary 10101100 1011011 11001110 10001 111000 0 10011 100011010 110110 111010

Color Harmonies of #AC5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BCE

Black with #AC5BCE

Text Example


Text Example

White with #AC5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BCE; }

 p { color: rgb(172,91,206); }

 H1.HeaderClassName
 {
   color: #AC5BCE;
 }
 .AnyTagClassName
 {
   color: #AC5BCE;
 }
</style>

background-color css

<style>
 a { background-color: #AC5BCE; }

 a { background-color: rgb(172,91,206); }

 div.DivClassName
 {
   background-color: #AC5BCE;
 }
 .BgClassName
 {
   background-color: #AC5BCE;
 }
</style>

border-color css

<style>
 span { border-color: #AC5BCE; }

 span { border-color: rgb(172,91,206); }

 td.TdClassName
 {
   border-color: #AC5BCE;
 }
 .TagClassName
 {
   border-color: #AC5BCE;
 }
</style>