Html Css Color HEX #AC32CB Dark Orchid

📋 copy color: '#AC32CB'

red 172 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #AC32CB

Tints of Dark Orchid #AC32CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.76%

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

R = 40.47%
G = 11.76%
B = 47.76%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC32CB (or 0xAC32CB) is known color: Dark Orchid. HEX triplet: AC, 32 and CB. RGB value is (172,50,203). Sum of RGB (Red+Green+Blue) = 172+50+203=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32CB is #53CD34. Grayscale: #676767. Windows color (decimal): -5492021 or 13316780. OLE color: 13316780.

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

Color convert

RGB 172 50 203 -
CMYK 0.15 0.75 0 0.20
HSL 287.84º 0.6% 0.5% -
HSV(B) 287.84º 0.75% 0.8% -
XYZ 28.93 15.36 57.94 -
YUV 103.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 172 50 203 0.15 0.75 0 0.20 287.84 0.6 0.5
Hex AC 32 CB F 4B 0 14 120 3C 32
Octal 254 62 313 17 113 0 24 440 74 62
Binary 10101100 110010 11001011 1111 1001011 0 10100 100100000 111100 110010

Color Harmonies of #AC32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32CB

Black with #AC32CB

Text Example


Text Example

White with #AC32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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