Html Css Color HEX #AA2EDB Dark Orchid

📋 copy color: '#AA2EDB'

red 170 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #AA2EDB

Tints of Dark Orchid #AA2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

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

R = 39.08%
G = 10.57%
B = 50.34%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA2EDB (or 0xAA2EDB) is known color: Dark Orchid. HEX triplet: AA, 2E and DB. RGB value is (170,46,219). Sum of RGB (Red+Green+Blue) = 170+46+219=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EDB is #55D124. Grayscale: #666666. Windows color (decimal): -5624101 or 14364330. OLE color: 14364330.

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

Color convert

RGB 170 46 219 -
CMYK 0.22 0.79 0 0.14
HSL 283.01º 0.71% 0.52% -
HSV(B) 283.01º 0.79% 0.86% -
XYZ 30.34 15.61 68.43 -
YUV 102.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 170 46 219 0.22 0.79 0 0.14 283.01 0.71 0.52
Hex AA 2E DB 16 4F 0 E 11B 47 34
Octal 252 56 333 26 117 0 16 433 107 64
Binary 10101010 101110 11011011 10110 1001111 0 1110 100011011 1000111 110100

Color Harmonies of #AA2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EDB

Black with #AA2EDB

Text Example


Text Example

White with #AA2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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