Html Css Color HEX #AC36CB Dark Orchid

📋 copy color: '#AC36CB'

red 172 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #AC36CB

Tints of Dark Orchid #AC36CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

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

R = 40.09%
G = 12.59%
B = 47.32%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC36CB (or 0xAC36CB) is known color: Dark Orchid. HEX triplet: AC, 36 and CB. RGB value is (172,54,203). Sum of RGB (Red+Green+Blue) = 172+54+203=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36CB is #53C934. Grayscale: #696969. Windows color (decimal): -5490997 or 13317804. OLE color: 13317804.

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

Color convert

RGB 172 54 203 -
CMYK 0.15 0.73 0 0.20
HSL 287.52º 0.59% 0.5% -
HSV(B) 287.52º 0.73% 0.8% -
XYZ 29.11 15.72 58 -
YUV 106.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 172 54 203 0.15 0.73 0 0.20 287.52 0.59 0.5
Hex AC 36 CB F 49 0 14 120 3B 32
Octal 254 66 313 17 111 0 24 440 73 62
Binary 10101100 110110 11001011 1111 1001001 0 10100 100100000 111011 110010

Color Harmonies of #AC36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36CB

Black with #AC36CB

Text Example


Text Example

White with #AC36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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