Html Css Color HEX #AA1962 Jazzberry Jam

📋 copy color: '#AA1962'

red 170 ◦ green 25 ◦ blue 98

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

Shades of Jazzberry Jam #AA1962

Tints of Jazzberry Jam #AA1962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 58.02%
G = 8.53%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA1962 (or 0xAA1962) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 62. RGB value is (170,25,98). Sum of RGB (Red+Green+Blue) = 170+25+98=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1962 is #55E69D. Grayscale: #4C4C4C. Windows color (decimal): -5629598 or 6429098. OLE color: 6429098.

HSL color Cylindrical-coordinate representation of color #AA1962: hue angle of 329.79º 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 #AA1962 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 98 -
CMYK 0 0.85 0.42 0.33
HSL 329.79º 0.74% 0.38% -
HSV(B) 329.79º 0.85% 0.67% -
XYZ 19.13 10.12 12.5 -
YUV 76.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 170 25 98 0 0.85 0.42 0.33 329.79 0.74 0.38
Hex AA 19 62 0 55 2A 21 14A 4A 26
Octal 252 31 142 0 125 52 41 512 112 46
Binary 10101010 11001 1100010 0 1010101 101010 100001 101001010 1001010 100110

Color Harmonies of #AA1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1962

Black with #AA1962

Text Example


Text Example

White with #AA1962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1962; }

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

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

background-color css

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

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

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

border-color css

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

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

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