Html Css Color HEX #AA16C2 Dark Orchid

📋 copy color: '#AA16C2'

red 170 ◦ green 22 ◦ blue 194

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

Shades of Dark Orchid #AA16C2

Tints of Dark Orchid #AA16C2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.7%

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 44.04%
G = 5.7%
B = 50.26%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA16C2 (or 0xAA16C2) is known color: Dark Orchid. HEX triplet: AA, 16 and C2. RGB value is (170,22,194). Sum of RGB (Red+Green+Blue) = 170+22+194=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA16C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16C2 is #55E93D. Grayscale: #555555. Windows color (decimal): -5630270 or 12719786. OLE color: 12719786.

HSL color Cylindrical-coordinate representation of color #AA16C2: hue angle of 291.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16C2 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 22 194 -
CMYK 0.12 0.89 0 0.24
HSL 291.63º 0.8% 0.42% -
HSV(B) 291.63º 0.89% 0.76% -
XYZ 26.6 13.01 52.15 -
YUV 85.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 170 22 194 0.12 0.89 0 0.24 291.63 0.8 0.42
Hex AA 16 C2 C 59 0 18 124 50 2A
Octal 252 26 302 14 131 0 30 444 120 52
Binary 10101010 10110 11000010 1100 1011001 0 11000 100100100 1010000 101010

Color Harmonies of #AA16C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16C2

Black with #AA16C2

Text Example


Text Example

White with #AA16C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16C2; }

 p { color: rgb(170,22,194); }

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

background-color css

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

 a { background-color: rgb(170,22,194); }

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

border-color css

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

 span { border-color: rgb(170,22,194); }

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