Html Css Color HEX #AA2ED6 Dark Orchid

📋 copy color: '#AA2ED6'

red 170 ◦ green 46 ◦ blue 214

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

Shades of Dark Orchid #AA2ED6

Tints of Dark Orchid #AA2ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.77%

R = 39.53%
G = 10.7%
B = 49.77%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA2ED6 (or 0xAA2ED6) is known color: Dark Orchid. HEX triplet: AA, 2E and D6. RGB value is (170,46,214). Sum of RGB (Red+Green+Blue) = 170+46+214=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA2ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ED6 is #55D129. Grayscale: #656565. Windows color (decimal): -5624106 or 14036650. OLE color: 14036650.

HSL color Cylindrical-coordinate representation of color #AA2ED6: hue angle of 284.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2ED6 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 46 214 -
CMYK 0.21 0.79 0 0.16
HSL 284.29º 0.67% 0.51% -
HSV(B) 284.29º 0.79% 0.84% -
XYZ 29.69 15.36 65.02 -
YUV 102.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 170 46 214 0.21 0.79 0 0.16 284.29 0.67 0.51
Hex AA 2E D6 15 4F 0 10 11C 43 33
Octal 252 56 326 25 117 0 20 434 103 63
Binary 10101010 101110 11010110 10101 1001111 0 10000 100011100 1000011 110011

Color Harmonies of #AA2ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ED6

Black with #AA2ED6

Text Example


Text Example

White with #AA2ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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