Html Css Color HEX #AA1167 Jazzberry Jam

📋 copy color: '#AA1167'

red 170 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #AA1167

Tints of Jazzberry Jam #AA1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 58.62%
G = 5.86%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA1167 (or 0xAA1167) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 67. RGB value is (170,17,103). Sum of RGB (Red+Green+Blue) = 170+17+103=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1167 is #55EE98. Grayscale: #484848. Windows color (decimal): -5631641 or 6754730. OLE color: 6754730.

HSL color Cylindrical-coordinate representation of color #AA1167: hue angle of 326.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1167 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 103 -
CMYK 0 0.9 0.39 0.33
HSL 326.27º 0.82% 0.37% -
HSV(B) 326.27º 0.9% 0.67% -
XYZ 19.23 9.93 13.73 -
YUV 72.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 170 17 103 0 0.9 0.39 0.33 326.27 0.82 0.37
Hex AA 11 67 0 5A 27 21 146 52 25
Octal 252 21 147 0 132 47 41 506 122 45
Binary 10101010 10001 1100111 0 1011010 100111 100001 101000110 1010010 100101

Color Harmonies of #AA1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1167

Black with #AA1167

Text Example


Text Example

White with #AA1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1167; }

 p { color: rgb(170,17,103); }

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

background-color css

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

 a { background-color: rgb(170,17,103); }

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

border-color css

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

 span { border-color: rgb(170,17,103); }

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