Html Css Color HEX #AA16BE Dark Orchid

📋 copy color: '#AA16BE'

red 170 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #AA16BE

Tints of Dark Orchid #AA16BE

RGB

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

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

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

R = 44.5%
G = 5.76%
B = 49.74%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA16BE (or 0xAA16BE) is known color: Dark Orchid. HEX triplet: AA, 16 and BE. RGB value is (170,22,190). Sum of RGB (Red+Green+Blue) = 170+22+190=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16BE is #55E941. Grayscale: #545454. Windows color (decimal): -5630274 or 12457642. OLE color: 12457642.

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

Color convert

RGB 170 22 190 -
CMYK 0.11 0.88 0 0.25
HSL 292.86º 0.79% 0.42% -
HSV(B) 292.86º 0.88% 0.75% -
XYZ 26.16 12.84 49.81 -
YUV 85.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 170 22 190 0.11 0.88 0 0.25 292.86 0.79 0.42
Hex AA 16 BE B 58 0 19 125 4F 2A
Octal 252 26 276 13 130 0 31 445 117 52
Binary 10101010 10110 10111110 1011 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AA16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16BE

Black with #AA16BE

Text Example


Text Example

White with #AA16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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