Html Css Color HEX #AA1963 Jazzberry Jam

📋 copy color: '#AA1963'

red 170 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #AA1963

Tints of Jazzberry Jam #AA1963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 57.82%
G = 8.5%
B = 33.67%

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

#AA1963 (or 0xAA1963) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 63. RGB value is (170,25,99). Sum of RGB (Red+Green+Blue) = 170+25+99=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1963 is #55E69C. Grayscale: #4C4C4C. Windows color (decimal): -5629597 or 6494634. OLE color: 6494634.

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

Color convert

RGB 170 25 99 -
CMYK 0 0.85 0.42 0.33
HSL 329.38º 0.74% 0.38% -
HSV(B) 329.38º 0.85% 0.67% -
XYZ 19.18 10.14 12.75 -
YUV 76.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 170 25 99 0 0.85 0.42 0.33 329.38 0.74 0.38
Hex AA 19 63 0 55 2A 21 149 4A 26
Octal 252 31 143 0 125 52 41 511 112 46
Binary 10101010 11001 1100011 0 1010101 101010 100001 101001001 1001010 100110

Color Harmonies of #AA1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1963

Black with #AA1963

Text Example


Text Example

White with #AA1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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