Html Css Color HEX #AA2ADE Dark Orchid

📋 copy color: '#AA2ADE'

red 170 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #AA2ADE

Tints of Dark Orchid #AA2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 39.17%
G = 9.68%
B = 51.15%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2ADE (or 0xAA2ADE) is known color: Dark Orchid. HEX triplet: AA, 2A and DE. RGB value is (170,42,222). Sum of RGB (Red+Green+Blue) = 170+42+222=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ADE is #55D521. Grayscale: #646464. Windows color (decimal): -5625122 or 14559914. OLE color: 14559914.

HSL color Cylindrical-coordinate representation of color #AA2ADE: hue angle of 282.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2ADE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 42 222 -
CMYK 0.23 0.81 0 0.13
HSL 282.67º 0.73% 0.52% -
HSV(B) 282.67º 0.81% 0.87% -
XYZ 30.59 15.48 70.48 -
YUV 100.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 170 42 222 0.23 0.81 0 0.13 282.67 0.73 0.52
Hex AA 2A DE 17 51 0 D 11B 49 34
Octal 252 52 336 27 121 0 15 433 111 64
Binary 10101010 101010 11011110 10111 1010001 0 1101 100011011 1001001 110100

Color Harmonies of #AA2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ADE

Black with #AA2ADE

Text Example


Text Example

White with #AA2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ADE; }

 p { color: rgb(170,42,222); }

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

background-color css

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

 a { background-color: rgb(170,42,222); }

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

border-color css

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

 span { border-color: rgb(170,42,222); }

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