Html Css Color HEX #AA1455 Jazzberry Jam

📋 copy color: '#AA1455'

red 170 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #AA1455

Tints of Jazzberry Jam #AA1455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 61.82%
G = 7.27%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA1455 (or 0xAA1455) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 55. RGB value is (170,20,85). Sum of RGB (Red+Green+Blue) = 170+20+85=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1455 is #55EBAA. Grayscale: #484848. Windows color (decimal): -5630891 or 5575850. OLE color: 5575850.

HSL color Cylindrical-coordinate representation of color #AA1455: hue angle of 334º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1455 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 85 -
CMYK 0 0.88 0.50 0.33
HSL 334º 0.79% 0.37% -
HSV(B) 334º 0.88% 0.67% -
XYZ 18.47 9.7 9.49 -
YUV 72.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 170 20 85 0 0.88 0.50 0.33 334 0.79 0.37
Hex AA 14 55 0 58 32 21 14E 4F 25
Octal 252 24 125 0 130 62 41 516 117 45
Binary 10101010 10100 1010101 0 1011000 110010 100001 101001110 1001111 100101

Color Harmonies of #AA1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1455

Black with #AA1455

Text Example


Text Example

White with #AA1455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1455; }

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

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

background-color css

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

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

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

border-color css

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

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

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