Html Css Color HEX #AA1760 Jazzberry Jam

📋 copy color: '#AA1760'

red 170 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #AA1760

Tints of Jazzberry Jam #AA1760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 58.82%
G = 7.96%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA1760 (or 0xAA1760) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 60. RGB value is (170,23,96). Sum of RGB (Red+Green+Blue) = 170+23+96=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1760 is #55E89F. Grayscale: #4B4B4B. Windows color (decimal): -5630112 or 6297514. OLE color: 6297514.

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

Color convert

RGB 170 23 96 -
CMYK 0 0.86 0.44 0.33
HSL 330.2º 0.76% 0.38% -
HSV(B) 330.2º 0.86% 0.67% -
XYZ 19 10 12 -
YUV 75.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 170 23 96 0 0.86 0.44 0.33 330.2 0.76 0.38
Hex AA 17 60 0 56 2C 21 14A 4C 26
Octal 252 27 140 0 126 54 41 512 114 46
Binary 10101010 10111 1100000 0 1010110 101100 100001 101001010 1001100 100110

Color Harmonies of #AA1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1760

Black with #AA1760

Text Example


Text Example

White with #AA1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1760; }

 p { color: rgb(170,23,96); }

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

background-color css

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

 a { background-color: rgb(170,23,96); }

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

border-color css

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

 span { border-color: rgb(170,23,96); }

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