Html Css Color HEX #AA31DB Dark Orchid

📋 copy color: '#AA31DB'

red 170 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #AA31DB

Tints of Dark Orchid #AA31DB

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

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

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

R = 38.81%
G = 11.19%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA31DB (or 0xAA31DB) is known color: Dark Orchid. HEX triplet: AA, 31 and DB. RGB value is (170,49,219). Sum of RGB (Red+Green+Blue) = 170+49+219=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA31DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31DB is #55CE24. Grayscale: #686868. Windows color (decimal): -5623333 or 14365098. OLE color: 14365098.

HSL color Cylindrical-coordinate representation of color #AA31DB: hue angle of 282.71º 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 #AA31DB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 49 219 -
CMYK 0.22 0.78 0 0.14
HSL 282.71º 0.7% 0.53% -
HSV(B) 282.71º 0.78% 0.86% -
XYZ 30.46 15.86 68.47 -
YUV 104.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 170 49 219 0.22 0.78 0 0.14 282.71 0.7 0.53
Hex AA 31 DB 16 4E 0 E 11B 46 35
Octal 252 61 333 26 116 0 16 433 106 65
Binary 10101010 110001 11011011 10110 1001110 0 1110 100011011 1000110 110101

Color Harmonies of #AA31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31DB

Black with #AA31DB

Text Example


Text Example

White with #AA31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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