Html Css Color HEX #AA21AA Dark Orchid

📋 copy color: '#AA21AA'

red 170 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #AA21AA

Tints of Dark Orchid #AA21AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.85%

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

R = 45.58%
G = 8.85%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA21AA (or 0xAA21AA) is known color: Dark Orchid. HEX triplet: AA, 21 and AA. RGB value is (170,33,170). Sum of RGB (Red+Green+Blue) = 170+33+170=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA21AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA21AA is #55DE55. Grayscale: #595959. Windows color (decimal): -5627478 or 11149738. OLE color: 11149738.

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

Color convert

RGB 170 33 170 -
CMYK 0 0.81 0 0.33
HSL 300º 0.67% 0.4% -
HSV(B) 300º 0.81% 0.67% -
XYZ 24.38 12.54 39.17 -
YUV 89.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 170 33 170 0 0.81 0 0.33 300 0.67 0.4
Hex AA 21 AA 0 51 0 21 12C 43 28
Octal 252 41 252 0 121 0 41 454 103 50
Binary 10101010 100001 10101010 0 1010001 0 100001 100101100 1000011 101000

Color Harmonies of #AA21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21AA

Black with #AA21AA

Text Example


Text Example

White with #AA21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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