Html Css Color HEX #AA1964 Jazzberry Jam

📋 copy color: '#AA1964'

red 170 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #AA1964

Tints of Jazzberry Jam #AA1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 57.63%
G = 8.47%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA1964 (or 0xAA1964) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 64. RGB value is (170,25,100). Sum of RGB (Red+Green+Blue) = 170+25+100=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1964 is #55E69B. Grayscale: #4C4C4C. Windows color (decimal): -5629596 or 6560170. OLE color: 6560170.

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

Color convert

RGB 170 25 100 -
CMYK 0 0.85 0.41 0.33
HSL 328.97º 0.74% 0.38% -
HSV(B) 328.97º 0.85% 0.67% -
XYZ 19.23 10.16 13 -
YUV 76.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 170 25 100 0 0.85 0.41 0.33 328.97 0.74 0.38
Hex AA 19 64 0 55 29 21 149 4A 26
Octal 252 31 144 0 125 51 41 511 112 46
Binary 10101010 11001 1100100 0 1010101 101001 100001 101001001 1001010 100110

Color Harmonies of #AA1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1964

Black with #AA1964

Text Example


Text Example

White with #AA1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1964; }

 p { color: rgb(170,25,100); }

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

background-color css

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

 a { background-color: rgb(170,25,100); }

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

border-color css

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

 span { border-color: rgb(170,25,100); }

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