Html Css Color HEX #AA1EDB Dark Orchid

📋 copy color: '#AA1EDB'

red 170 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #AA1EDB

Tints of Dark Orchid #AA1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.16%

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

R = 40.57%
G = 7.16%
B = 52.27%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA1EDB (or 0xAA1EDB) is known color: Dark Orchid. HEX triplet: AA, 1E and DB. RGB value is (170,30,219). Sum of RGB (Red+Green+Blue) = 170+30+219=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EDB is #55E124. Grayscale: #5C5C5C. Windows color (decimal): -5628197 or 14360234. OLE color: 14360234.

HSL color Cylindrical-coordinate representation of color #AA1EDB: hue angle of 284.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1EDB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 30 219 -
CMYK 0.22 0.86 0 0.14
HSL 284.44º 0.76% 0.49% -
HSV(B) 284.44º 0.86% 0.86% -
XYZ 29.83 14.59 68.26 -
YUV 93.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 170 30 219 0.22 0.86 0 0.14 284.44 0.76 0.49
Hex AA 1E DB 16 56 0 E 11C 4C 31
Octal 252 36 333 26 126 0 16 434 114 61
Binary 10101010 11110 11011011 10110 1010110 0 1110 100011100 1001100 110001

Color Harmonies of #AA1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EDB

Black with #AA1EDB

Text Example


Text Example

White with #AA1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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