Html Css Color HEX #AA22BD Dark Orchid

📋 copy color: '#AA22BD'

red 170 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #AA22BD

Tints of Dark Orchid #AA22BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 43.26%
G = 8.65%
B = 48.09%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA22BD (or 0xAA22BD) is known color: Dark Orchid. HEX triplet: AA, 22 and BD. RGB value is (170,34,189). Sum of RGB (Red+Green+Blue) = 170+34+189=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA22BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22BD is #55DD42. Grayscale: #5B5B5B. Windows color (decimal): -5627203 or 12395178. OLE color: 12395178.

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

Color convert

RGB 170 34 189 -
CMYK 0.10 0.82 0 0.26
HSL 292.65º 0.7% 0.44% -
HSV(B) 292.65º 0.82% 0.74% -
XYZ 26.33 13.36 49.34 -
YUV 92.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 170 34 189 0.10 0.82 0 0.26 292.65 0.7 0.44
Hex AA 22 BD A 52 0 1A 125 46 2C
Octal 252 42 275 12 122 0 32 445 106 54
Binary 10101010 100010 10111101 1010 1010010 0 11010 100100101 1000110 101100

Color Harmonies of #AA22BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22BD

Black with #AA22BD

Text Example


Text Example

White with #AA22BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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