Html Css Color HEX #AA22AD Dark Orchid

📋 copy color: '#AA22AD'

red 170 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #AA22AD

Tints of Dark Orchid #AA22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 45.09%
G = 9.02%
B = 45.89%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA22AD (or 0xAA22AD) is known color: Dark Orchid. HEX triplet: AA, 22 and AD. RGB value is (170,34,173). Sum of RGB (Red+Green+Blue) = 170+34+173=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA22AD is #55DD52. Grayscale: #5A5A5A. Windows color (decimal): -5627219 or 11346602. OLE color: 11346602.

HSL color Cylindrical-coordinate representation of color #AA22AD: hue angle of 298.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA22AD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 34 173 -
CMYK 0.02 0.80 0 0.32
HSL 298.71º 0.67% 0.41% -
HSV(B) 298.71º 0.8% 0.68% -
XYZ 24.69 12.71 40.69 -
YUV 90.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 170 34 173 0.02 0.80 0 0.32 298.71 0.67 0.41
Hex AA 22 AD 2 50 0 20 12B 43 29
Octal 252 42 255 2 120 0 40 453 103 51
Binary 10101010 100010 10101101 10 1010000 0 100000 100101011 1000011 101001

Color Harmonies of #AA22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22AD

Black with #AA22AD

Text Example


Text Example

White with #AA22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22AD; }

 p { color: rgb(170,34,173); }

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

background-color css

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

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

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

border-color css

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

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

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