Html Css Color HEX #AC32DB Dark Orchid

📋 copy color: '#AC32DB'

red 172 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #AC32DB

Tints of Dark Orchid #AC32DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 39%
G = 11.34%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC32DB (or 0xAC32DB) is known color: Dark Orchid. HEX triplet: AC, 32 and DB. RGB value is (172,50,219). Sum of RGB (Red+Green+Blue) = 172+50+219=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DB is #53CD24. Grayscale: #696969. Windows color (decimal): -5492005 or 14365356. OLE color: 14365356.

HSL color Cylindrical-coordinate representation of color #AC32DB: hue angle of 283.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32DB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 50 219 -
CMYK 0.21 0.77 0 0.14
HSL 283.31º 0.7% 0.53% -
HSV(B) 283.31º 0.77% 0.86% -
XYZ 30.94 16.17 68.51 -
YUV 105.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 172 50 219 0.21 0.77 0 0.14 283.31 0.7 0.53
Hex AC 32 DB 15 4D 0 E 11B 46 35
Octal 254 62 333 25 115 0 16 433 106 65
Binary 10101100 110010 11011011 10101 1001101 0 1110 100011011 1000110 110101

Color Harmonies of #AC32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32DB

Black with #AC32DB

Text Example


Text Example

White with #AC32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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