Html Css Color HEX #AA22AF Dark Orchid

📋 copy color: '#AA22AF'

red 170 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #AA22AF

Tints of Dark Orchid #AA22AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 44.85%
G = 8.97%
B = 46.17%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA22AF (or 0xAA22AF) is known color: Dark Orchid. HEX triplet: AA, 22 and AF. RGB value is (170,34,175). Sum of RGB (Red+Green+Blue) = 170+34+175=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA22AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA22AF is #55DD50. Grayscale: #5A5A5A. Windows color (decimal): -5627217 or 11477674. OLE color: 11477674.

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

Color convert

RGB 170 34 175 -
CMYK 0.03 0.81 0 0.31
HSL 297.87º 0.67% 0.41% -
HSV(B) 297.87º 0.81% 0.69% -
XYZ 24.89 12.79 41.71 -
YUV 90.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 170 34 175 0.03 0.81 0 0.31 297.87 0.67 0.41
Hex AA 22 AF 3 51 0 1F 12A 43 29
Octal 252 42 257 3 121 0 37 452 103 51
Binary 10101010 100010 10101111 11 1010001 0 11111 100101010 1000011 101001

Color Harmonies of #AA22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22AF

Black with #AA22AF

Text Example


Text Example

White with #AA22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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