Html Css Color HEX #AC32CE Dark Orchid

📋 copy color: '#AC32CE'

red 172 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #AC32CE

Tints of Dark Orchid #AC32CE

RGB

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

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

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

R = 40.19%
G = 11.68%
B = 48.13%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC32CE (or 0xAC32CE) is known color: Dark Orchid. HEX triplet: AC, 32 and CE. RGB value is (172,50,206). Sum of RGB (Red+Green+Blue) = 172+50+206=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32CE is #53CD31. Grayscale: #676767. Windows color (decimal): -5492018 or 13513388. OLE color: 13513388.

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

Color convert

RGB 172 50 206 -
CMYK 0.17 0.76 0 0.19
HSL 286.92º 0.61% 0.5% -
HSV(B) 286.92º 0.76% 0.81% -
XYZ 29.29 15.51 59.84 -
YUV 104.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 172 50 206 0.17 0.76 0 0.19 286.92 0.61 0.5
Hex AC 32 CE 11 4C 0 13 11F 3D 32
Octal 254 62 316 21 114 0 23 437 75 62
Binary 10101100 110010 11001110 10001 1001100 0 10011 100011111 111101 110010

Color Harmonies of #AC32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32CE

Black with #AC32CE

Text Example


Text Example

White with #AC32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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