Html Css Color HEX #AA1259 Jazzberry Jam

📋 copy color: '#AA1259'

red 170 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #AA1259

Tints of Jazzberry Jam #AA1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 61.37%
G = 6.5%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA1259 (or 0xAA1259) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 59. RGB value is (170,18,89). Sum of RGB (Red+Green+Blue) = 170+18+89=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1259 is #55EDA6. Grayscale: #474747. Windows color (decimal): -5631399 or 5837482. OLE color: 5837482.

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

Color convert

RGB 170 18 89 -
CMYK 0 0.89 0.48 0.33
HSL 331.97º 0.81% 0.37% -
HSV(B) 331.97º 0.89% 0.67% -
XYZ 18.6 9.7 10.34 -
YUV 71.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 170 18 89 0 0.89 0.48 0.33 331.97 0.81 0.37
Hex AA 12 59 0 59 30 21 14C 51 25
Octal 252 22 131 0 131 60 41 514 121 45
Binary 10101010 10010 1011001 0 1011001 110000 100001 101001100 1010001 100101

Color Harmonies of #AA1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1259

Black with #AA1259

Text Example


Text Example

White with #AA1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1259; }

 p { color: rgb(170,18,89); }

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

background-color css

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

 a { background-color: rgb(170,18,89); }

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

border-color css

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

 span { border-color: rgb(170,18,89); }

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