Html Css Color HEX #AA166B Jazzberry Jam

📋 copy color: '#AA166B'

red 170 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #AA166B

Tints of Jazzberry Jam #AA166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 56.86%
G = 7.36%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA166B (or 0xAA166B) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 6B. RGB value is (170,22,107). Sum of RGB (Red+Green+Blue) = 170+22+107=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA166B is #55E994. Grayscale: #4B4B4B. Windows color (decimal): -5630357 or 7018154. OLE color: 7018154.

HSL color Cylindrical-coordinate representation of color #AA166B: hue angle of 325.54º 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 #AA166B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 107 -
CMYK 0 0.87 0.37 0.33
HSL 325.54º 0.77% 0.38% -
HSV(B) 325.54º 0.87% 0.67% -
XYZ 19.52 10.18 14.85 -
YUV 75.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 170 22 107 0 0.87 0.37 0.33 325.54 0.77 0.38
Hex AA 16 6B 0 57 25 21 146 4D 26
Octal 252 26 153 0 127 45 41 506 115 46
Binary 10101010 10110 1101011 0 1010111 100101 100001 101000110 1001101 100110

Color Harmonies of #AA166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA166B

Black with #AA166B

Text Example


Text Example

White with #AA166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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