Html Css Color HEX #AA1A54 Jazzberry Jam

📋 copy color: '#AA1A54'

red 170 ◦ green 26 ◦ blue 84

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

Shades of Jazzberry Jam #AA1A54

Tints of Jazzberry Jam #AA1A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 60.71%
G = 9.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA1A54 (or 0xAA1A54) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 54. RGB value is (170,26,84). Sum of RGB (Red+Green+Blue) = 170+26+84=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A54 is #55E5AB. Grayscale: #4B4B4B. Windows color (decimal): -5629356 or 5511850. OLE color: 5511850.

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

Color convert

RGB 170 26 84 -
CMYK 0 0.85 0.51 0.33
HSL 335.83º 0.73% 0.38% -
HSV(B) 335.83º 0.85% 0.67% -
XYZ 18.55 9.92 9.33 -
YUV 75.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 170 26 84 0 0.85 0.51 0.33 335.83 0.73 0.38
Hex AA 1A 54 0 55 33 21 150 49 26
Octal 252 32 124 0 125 63 41 520 111 46
Binary 10101010 11010 1010100 0 1010101 110011 100001 101010000 1001001 100110

Color Harmonies of #AA1A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A54

Black with #AA1A54

Text Example


Text Example

White with #AA1A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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