Html Css Color HEX #AA1EAA Dark Orchid

📋 copy color: '#AA1EAA'

red 170 ◦ green 30 ◦ blue 170

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

Shades of Dark Orchid #AA1EAA

Tints of Dark Orchid #AA1EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 45.95%
G = 8.11%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1EAA (or 0xAA1EAA) is known color: Dark Orchid. HEX triplet: AA, 1E and AA. RGB value is (170,30,170). Sum of RGB (Red+Green+Blue) = 170+30+170=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EAA is #55E155. Grayscale: #575757. Windows color (decimal): -5628246 or 11148970. OLE color: 11148970.

HSL color Cylindrical-coordinate representation of color #AA1EAA: hue angle of 300º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1EAA is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 170 -
CMYK 0 0.82 0 0.33
HSL 300º 0.7% 0.39% -
HSV(B) 300º 0.82% 0.67% -
XYZ 24.3 12.38 39.14 -
YUV 87.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 170 30 170 0 0.82 0 0.33 300 0.7 0.39
Hex AA 1E AA 0 52 0 21 12C 46 27
Octal 252 36 252 0 122 0 41 454 106 47
Binary 10101010 11110 10101010 0 1010010 0 100001 100101100 1000110 100111

Color Harmonies of #AA1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EAA

Black with #AA1EAA

Text Example


Text Example

White with #AA1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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