Html Css Color HEX #AC5ECB Medium Orchid

📋 copy color: '#AC5ECB'

red 172 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #AC5ECB

Tints of Medium Orchid #AC5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 36.67%
G = 20.04%
B = 43.28%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC5ECB (or 0xAC5ECB) is known color: Medium Orchid. HEX triplet: AC, 5E and CB. RGB value is (172,94,203). Sum of RGB (Red+Green+Blue) = 172+94+203=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ECB is #53A134. Grayscale: #818181. Windows color (decimal): -5480757 or 13328044. OLE color: 13328044.

HSL color Cylindrical-coordinate representation of color #AC5ECB: hue angle of 282.94º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5ECB is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 94 203 -
CMYK 0.15 0.54 0 0.20
HSL 282.94º 0.51% 0.58% -
HSV(B) 282.94º 0.54% 0.8% -
XYZ 31.8 21.09 58.89 -
YUV 129.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 172 94 203 0.15 0.54 0 0.20 282.94 0.51 0.58
Hex AC 5E CB F 36 0 14 11B 33 3A
Octal 254 136 313 17 66 0 24 433 63 72
Binary 10101100 1011110 11001011 1111 110110 0 10100 100011011 110011 111010

Color Harmonies of #AC5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ECB

Black with #AC5ECB

Text Example


Text Example

White with #AC5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ECB; }

 p { color: rgb(172,94,203); }

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

background-color css

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

 a { background-color: rgb(172,94,203); }

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

border-color css

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

 span { border-color: rgb(172,94,203); }

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