Html Css Color HEX #AA2AAA Dark Orchid

📋 copy color: '#AA2AAA'

red 170 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #AA2AAA

Tints of Dark Orchid #AA2AAA

RGB

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

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

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

R = 44.5%
G = 10.99%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA2AAA (or 0xAA2AAA) is known color: Dark Orchid. HEX triplet: AA, 2A and AA. RGB value is (170,42,170). Sum of RGB (Red+Green+Blue) = 170+42+170=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAA is #55D555. Grayscale: #5E5E5E. Windows color (decimal): -5625174 or 11152042. OLE color: 11152042.

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

Color convert

RGB 170 42 170 -
CMYK 0 0.75 0 0.33
HSL 300º 0.6% 0.42% -
HSV(B) 300º 0.75% 0.67% -
XYZ 24.66 13.1 39.26 -
YUV 94.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 170 42 170 0 0.75 0 0.33 300 0.6 0.42
Hex AA 2A AA 0 4B 0 21 12C 3C 2A
Octal 252 52 252 0 113 0 41 454 74 52
Binary 10101010 101010 10101010 0 1001011 0 100001 100101100 111100 101010

Color Harmonies of #AA2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2AAA

Black with #AA2AAA

Text Example


Text Example

White with #AA2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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