Html Css Color HEX #AC31DB Dark Orchid

📋 copy color: '#AC31DB'

red 172 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #AC31DB

Tints of Dark Orchid #AC31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.14%

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

R = 39.09%
G = 11.14%
B = 49.77%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC31DB (or 0xAC31DB) is known color: Dark Orchid. HEX triplet: AC, 31 and DB. RGB value is (172,49,219). Sum of RGB (Red+Green+Blue) = 172+49+219=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC31DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31DB is #53CE24. Grayscale: #686868. Windows color (decimal): -5492261 or 14365100. OLE color: 14365100.

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

Color convert

RGB 172 49 219 -
CMYK 0.21 0.78 0 0.14
HSL 283.41º 0.7% 0.53% -
HSV(B) 283.41º 0.78% 0.86% -
XYZ 30.9 16.08 68.49 -
YUV 105.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 172 49 219 0.21 0.78 0 0.14 283.41 0.7 0.53
Hex AC 31 DB 15 4E 0 E 11B 46 35
Octal 254 61 333 25 116 0 16 433 106 65
Binary 10101100 110001 11011011 10101 1001110 0 1110 100011011 1000110 110101

Color Harmonies of #AC31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31DB

Black with #AC31DB

Text Example


Text Example

White with #AC31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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