Html Css Color HEX #AA22BE Dark Orchid

📋 copy color: '#AA22BE'

red 170 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #AA22BE

Tints of Dark Orchid #AA22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 43.15%
G = 8.63%
B = 48.22%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA22BE (or 0xAA22BE) is known color: Dark Orchid. HEX triplet: AA, 22 and BE. RGB value is (170,34,190). Sum of RGB (Red+Green+Blue) = 170+34+190=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22BE is #55DD41. Grayscale: #5B5B5B. Windows color (decimal): -5627202 or 12460714. OLE color: 12460714.

HSL color Cylindrical-coordinate representation of color #AA22BE: hue angle of 292.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA22BE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 34 190 -
CMYK 0.11 0.82 0 0.25
HSL 292.31º 0.7% 0.44% -
HSV(B) 292.31º 0.82% 0.75% -
XYZ 26.44 13.41 49.91 -
YUV 92.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 170 34 190 0.11 0.82 0 0.25 292.31 0.7 0.44
Hex AA 22 BE B 52 0 19 124 46 2C
Octal 252 42 276 13 122 0 31 444 106 54
Binary 10101010 100010 10111110 1011 1010010 0 11001 100100100 1000110 101100

Color Harmonies of #AA22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22BE

Black with #AA22BE

Text Example


Text Example

White with #AA22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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