Html Css Color HEX #AA0759 Jazzberry Jam

📋 copy color: '#AA0759'

red 170 ◦ green 7 ◦ blue 89

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

Shades of Jazzberry Jam #AA0759

Tints of Jazzberry Jam #AA0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 63.91%
G = 2.63%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0759 (or 0xAA0759) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 59. RGB value is (170,7,89). Sum of RGB (Red+Green+Blue) = 170+7+89=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0759 is #55F8A6. Grayscale: #404040. Windows color (decimal): -5634215 or 5834666. OLE color: 5834666.

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

Color convert

RGB 170 7 89 -
CMYK 0 0.96 0.48 0.33
HSL 329.82º 0.92% 0.35% -
HSV(B) 329.82º 0.96% 0.67% -
XYZ 18.46 9.42 10.3 -
YUV 65.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 170 7 89 0 0.96 0.48 0.33 329.82 0.92 0.35
Hex AA 7 59 0 60 30 21 14A 5C 23
Octal 252 7 131 0 140 60 41 512 134 43
Binary 10101010 111 1011001 0 1100000 110000 100001 101001010 1011100 100011

Color Harmonies of #AA0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0759

Black with #AA0759

Text Example


Text Example

White with #AA0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0759; }

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

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

background-color css

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

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

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

border-color css

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

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

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