Html Css Color HEX #AA2EAA Dark Orchid

📋 copy color: '#AA2EAA'

red 170 ◦ green 46 ◦ blue 170

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

Shades of Dark Orchid #AA2EAA

Tints of Dark Orchid #AA2EAA

RGB

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

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

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

R = 44.04%
G = 11.92%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA2EAA (or 0xAA2EAA) is known color: Dark Orchid. HEX triplet: AA, 2E and AA. RGB value is (170,46,170). Sum of RGB (Red+Green+Blue) = 170+46+170=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EAA is #55D155. Grayscale: #606060. Windows color (decimal): -5624150 or 11153066. OLE color: 11153066.

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

Color convert

RGB 170 46 170 -
CMYK 0 0.73 0 0.33
HSL 300º 0.57% 0.42% -
HSV(B) 300º 0.73% 0.67% -
XYZ 24.81 13.4 39.31 -
YUV 97.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 170 46 170 0 0.73 0 0.33 300 0.57 0.42
Hex AA 2E AA 0 49 0 21 12C 39 2A
Octal 252 56 252 0 111 0 41 454 71 52
Binary 10101010 101110 10101010 0 1001001 0 100001 100101100 111001 101010

Color Harmonies of #AA2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EAA

Black with #AA2EAA

Text Example


Text Example

White with #AA2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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