Html Css Color HEX #AC24DB Dark Orchid

📋 copy color: '#AC24DB'

red 172 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #AC24DB

Tints of Dark Orchid #AC24DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

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

R = 40.28%
G = 8.43%
B = 51.29%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC24DB (or 0xAC24DB) is known color: Dark Orchid. HEX triplet: AC, 24 and DB. RGB value is (172,36,219). Sum of RGB (Red+Green+Blue) = 172+36+219=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24DB is #53DB24. Grayscale: #606060. Windows color (decimal): -5495589 or 14361772. OLE color: 14361772.

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

Color convert

RGB 172 36 219 -
CMYK 0.21 0.84 0 0.14
HSL 284.59º 0.72% 0.5% -
HSV(B) 284.59º 0.84% 0.86% -
XYZ 30.43 15.15 68.34 -
YUV 97.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 172 36 219 0.21 0.84 0 0.14 284.59 0.72 0.5
Hex AC 24 DB 15 54 0 E 11D 48 32
Octal 254 44 333 25 124 0 16 435 110 62
Binary 10101100 100100 11011011 10101 1010100 0 1110 100011101 1001000 110010

Color Harmonies of #AC24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24DB

Black with #AC24DB

Text Example


Text Example

White with #AC24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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