Html Css Color HEX #AA16BA Dark Orchid

📋 copy color: '#AA16BA'

red 170 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #AA16BA

Tints of Dark Orchid #AA16BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 44.97%
G = 5.82%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA16BA (or 0xAA16BA) is known color: Dark Orchid. HEX triplet: AA, 16 and BA. RGB value is (170,22,186). Sum of RGB (Red+Green+Blue) = 170+22+186=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16BA is #55E945. Grayscale: #545454. Windows color (decimal): -5630278 or 12195498. OLE color: 12195498.

HSL color Cylindrical-coordinate representation of color #AA16BA: hue angle of 294.15º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16BA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 22 186 -
CMYK 0.09 0.88 0 0.27
HSL 294.15º 0.79% 0.41% -
HSV(B) 294.15º 0.88% 0.73% -
XYZ 25.73 12.67 47.54 -
YUV 84.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 170 22 186 0.09 0.88 0 0.27 294.15 0.79 0.41
Hex AA 16 BA 9 58 0 1B 126 4F 29
Octal 252 26 272 11 130 0 33 446 117 51
Binary 10101010 10110 10111010 1001 1011000 0 11011 100100110 1001111 101001

Color Harmonies of #AA16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16BA

Black with #AA16BA

Text Example


Text Example

White with #AA16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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