Html Css Color HEX #AA16B8 Dark Orchid

📋 copy color: '#AA16B8'

red 170 ◦ green 22 ◦ blue 184

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

Shades of Dark Orchid #AA16B8

Tints of Dark Orchid #AA16B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 45.21%
G = 5.85%
B = 48.94%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA16B8 (or 0xAA16B8) is known color: Dark Orchid. HEX triplet: AA, 16 and B8. RGB value is (170,22,184). Sum of RGB (Red+Green+Blue) = 170+22+184=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16B8 is #55E947. Grayscale: #545454. Windows color (decimal): -5630280 or 12064426. OLE color: 12064426.

HSL color Cylindrical-coordinate representation of color #AA16B8: hue angle of 294.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16B8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 22 184 -
CMYK 0.08 0.88 0 0.28
HSL 294.81º 0.79% 0.4% -
HSV(B) 294.81º 0.88% 0.72% -
XYZ 25.52 12.58 46.43 -
YUV 84.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 170 22 184 0.08 0.88 0 0.28 294.81 0.79 0.4
Hex AA 16 B8 8 58 0 1C 127 4F 28
Octal 252 26 270 10 130 0 34 447 117 50
Binary 10101010 10110 10111000 1000 1011000 0 11100 100100111 1001111 101000

Color Harmonies of #AA16B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16B8

Black with #AA16B8

Text Example


Text Example

White with #AA16B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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