Html Css Color HEX #AA22E6 Dark Orchid

📋 copy color: '#AA22E6'

red 170 ◦ green 34 ◦ blue 230

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

Shades of Dark Orchid #AA22E6

Tints of Dark Orchid #AA22E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53%

R = 39.17%
G = 7.83%
B = 53%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA22E6 (or 0xAA22E6) is known color: Dark Orchid. HEX triplet: AA, 22 and E6. RGB value is (170,34,230). Sum of RGB (Red+Green+Blue) = 170+34+230=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA22E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA22E6 is #55DD19. Grayscale: #606060. Windows color (decimal): -5627162 or 15082154. OLE color: 15082154.

HSL color Cylindrical-coordinate representation of color #AA22E6: hue angle of 281.63º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA22E6 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 34 230 -
CMYK 0.26 0.85 0 0.10
HSL 281.63º 0.8% 0.52% -
HSV(B) 281.63º 0.85% 0.9% -
XYZ 31.43 15.4 76.18 -
YUV 97.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 170 34 230 0.26 0.85 0 0.10 281.63 0.8 0.52
Hex AA 22 E6 1A 55 0 A 11A 50 34
Octal 252 42 346 32 125 0 12 432 120 64
Binary 10101010 100010 11100110 11010 1010101 0 1010 100011010 1010000 110100

Color Harmonies of #AA22E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22E6

Black with #AA22E6

Text Example


Text Example

White with #AA22E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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