Html Css Color HEX #AA1955 Jazzberry Jam

📋 copy color: '#AA1955'

red 170 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #AA1955

Tints of Jazzberry Jam #AA1955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 60.71%
G = 8.93%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA1955 (or 0xAA1955) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 55. RGB value is (170,25,85). Sum of RGB (Red+Green+Blue) = 170+25+85=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1955 is #55E6AA. Grayscale: #4B4B4B. Windows color (decimal): -5629611 or 5577130. OLE color: 5577130.

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

Color convert

RGB 170 25 85 -
CMYK 0 0.85 0.50 0.33
HSL 335.17º 0.74% 0.38% -
HSV(B) 335.17º 0.85% 0.67% -
XYZ 18.56 9.9 9.53 -
YUV 75.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 170 25 85 0 0.85 0.50 0.33 335.17 0.74 0.38
Hex AA 19 55 0 55 32 21 14F 4A 26
Octal 252 31 125 0 125 62 41 517 112 46
Binary 10101010 11001 1010101 0 1010101 110010 100001 101001111 1001010 100110

Color Harmonies of #AA1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1955

Black with #AA1955

Text Example


Text Example

White with #AA1955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1955; }

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

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

background-color css

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

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

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

border-color css

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

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

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