Html Css Color HEX #AC22DB Dark Orchid

📋 copy color: '#AC22DB'

red 172 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #AC22DB

Tints of Dark Orchid #AC22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

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

R = 40.47%
G = 8%
B = 51.53%

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

#AC22DB (or 0xAC22DB) is known color: Dark Orchid. HEX triplet: AC, 22 and DB. RGB value is (172,34,219). Sum of RGB (Red+Green+Blue) = 172+34+219=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22DB is #53DD24. Grayscale: #5F5F5F. Windows color (decimal): -5496101 or 14361260. OLE color: 14361260.

HSL color Cylindrical-coordinate representation of color #AC22DB: hue angle of 284.76º degrees, saturation: 0.73, 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 #AC22DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 34 219 -
CMYK 0.21 0.84 0 0.14
HSL 284.76º 0.73% 0.5% -
HSV(B) 284.76º 0.84% 0.86% -
XYZ 30.37 15.03 68.32 -
YUV 96.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 172 34 219 0.21 0.84 0 0.14 284.76 0.73 0.5
Hex AC 22 DB 15 54 0 E 11D 49 32
Octal 254 42 333 25 124 0 16 435 111 62
Binary 10101100 100010 11011011 10101 1010100 0 1110 100011101 1001001 110010

Color Harmonies of #AC22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22DB

Black with #AC22DB

Text Example


Text Example

White with #AC22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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