Html Css Color HEX #AC32DF Dark Orchid

📋 copy color: '#AC32DF'

red 172 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #AC32DF

Tints of Dark Orchid #AC32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 38.65%
G = 11.24%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC32DF (or 0xAC32DF) is known color: Dark Orchid. HEX triplet: AC, 32 and DF. RGB value is (172,50,223). Sum of RGB (Red+Green+Blue) = 172+50+223=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC32DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DF is #53CD20. Grayscale: #696969. Windows color (decimal): -5492001 or 14627500. OLE color: 14627500.

HSL color Cylindrical-coordinate representation of color #AC32DF: hue angle of 282.31º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC32DF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 50 223 -
CMYK 0.23 0.78 0 0.13
HSL 282.31º 0.73% 0.54% -
HSV(B) 282.31º 0.78% 0.87% -
XYZ 31.47 16.38 71.31 -
YUV 106.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 172 50 223 0.23 0.78 0 0.13 282.31 0.73 0.54
Hex AC 32 DF 17 4E 0 D 11A 49 36
Octal 254 62 337 27 116 0 15 432 111 66
Binary 10101100 110010 11011111 10111 1001110 0 1101 100011010 1001001 110110

Color Harmonies of #AC32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32DF

Black with #AC32DF

Text Example


Text Example

White with #AC32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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