Html Css Color HEX #AA1354 Jazzberry Jam

📋 copy color: '#AA1354'

red 170 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #AA1354

Tints of Jazzberry Jam #AA1354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 62.27%
G = 6.96%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA1354 (or 0xAA1354) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 54. RGB value is (170,19,84). Sum of RGB (Red+Green+Blue) = 170+19+84=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1354 is #55ECAB. Grayscale: #474747. Windows color (decimal): -5631148 or 5510058. OLE color: 5510058.

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

Color convert

RGB 170 19 84 -
CMYK 0 0.89 0.51 0.33
HSL 334.17º 0.8% 0.37% -
HSV(B) 334.17º 0.89% 0.67% -
XYZ 18.41 9.65 9.28 -
YUV 71.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 170 19 84 0 0.89 0.51 0.33 334.17 0.8 0.37
Hex AA 13 54 0 59 33 21 14E 50 25
Octal 252 23 124 0 131 63 41 516 120 45
Binary 10101010 10011 1010100 0 1011001 110011 100001 101001110 1010000 100101

Color Harmonies of #AA1354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1354

Black with #AA1354

Text Example


Text Example

White with #AA1354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1354; }

 p { color: rgb(170,19,84); }

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

background-color css

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

 a { background-color: rgb(170,19,84); }

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

border-color css

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

 span { border-color: rgb(170,19,84); }

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