Html Css Color HEX #AA166C Jazzberry Jam

📋 copy color: '#AA166C'

red 170 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #AA166C

Tints of Jazzberry Jam #AA166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 56.67%
G = 7.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA166C (or 0xAA166C) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 6C. RGB value is (170,22,108). Sum of RGB (Red+Green+Blue) = 170+22+108=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA166C is #55E993. Grayscale: #4B4B4B. Windows color (decimal): -5630356 or 7083690. OLE color: 7083690.

HSL color Cylindrical-coordinate representation of color #AA166C: hue angle of 325.14º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA166C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 108 -
CMYK 0 0.87 0.36 0.33
HSL 325.14º 0.77% 0.38% -
HSV(B) 325.14º 0.87% 0.67% -
XYZ 19.57 10.2 15.13 -
YUV 76.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 170 22 108 0 0.87 0.36 0.33 325.14 0.77 0.38
Hex AA 16 6C 0 57 24 21 145 4D 26
Octal 252 26 154 0 127 44 41 505 115 46
Binary 10101010 10110 1101100 0 1010111 100100 100001 101000101 1001101 100110

Color Harmonies of #AA166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA166C

Black with #AA166C

Text Example


Text Example

White with #AA166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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