Html Css Color HEX #AA33DB Dark Orchid

📋 copy color: '#AA33DB'

red 170 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #AA33DB

Tints of Dark Orchid #AA33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.59%

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

R = 38.64%
G = 11.59%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA33DB (or 0xAA33DB) is known color: Dark Orchid. HEX triplet: AA, 33 and DB. RGB value is (170,51,219). Sum of RGB (Red+Green+Blue) = 170+51+219=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 51 (20.31% from 255 or 11.59% 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 #AA33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33DB is #55CC24. Grayscale: #696969. Windows color (decimal): -5622821 or 14365610. OLE color: 14365610.

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

Color convert

RGB 170 51 219 -
CMYK 0.22 0.77 0 0.14
HSL 282.5º 0.7% 0.53% -
HSV(B) 282.5º 0.77% 0.86% -
XYZ 30.55 16.03 68.5 -
YUV 105.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 170 51 219 0.22 0.77 0 0.14 282.5 0.7 0.53
Hex AA 33 DB 16 4D 0 E 11A 46 35
Octal 252 63 333 26 115 0 16 432 106 65
Binary 10101010 110011 11011011 10110 1001101 0 1110 100011010 1000110 110101

Color Harmonies of #AA33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33DB

Black with #AA33DB

Text Example


Text Example

White with #AA33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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