Html Css Color HEX #AA1246 Jazzberry Jam

📋 copy color: '#AA1246'

red 170 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #AA1246

Tints of Jazzberry Jam #AA1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 65.89%
G = 6.98%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA1246 (or 0xAA1246) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 46. RGB value is (170,18,70). Sum of RGB (Red+Green+Blue) = 170+18+70=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1246 is #55EDB9. Grayscale: #454545. Windows color (decimal): -5631418 or 4592298. OLE color: 4592298.

HSL color Cylindrical-coordinate representation of color #AA1246: hue angle of 339.47º degrees, saturation: 0.81, 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 #AA1246 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 70 -
CMYK 0 0.89 0.59 0.33
HSL 339.47º 0.81% 0.37% -
HSV(B) 339.47º 0.89% 0.67% -
XYZ 17.9 9.42 6.67 -
YUV 69.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 170 18 70 0 0.89 0.59 0.33 339.47 0.81 0.37
Hex AA 12 46 0 59 3B 21 153 51 25
Octal 252 22 106 0 131 73 41 523 121 45
Binary 10101010 10010 1000110 0 1011001 111011 100001 101010011 1010001 100101

Color Harmonies of #AA1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1246

Black with #AA1246

Text Example


Text Example

White with #AA1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1246; }

 p { color: rgb(170,18,70); }

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

background-color css

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

 a { background-color: rgb(170,18,70); }

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

border-color css

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

 span { border-color: rgb(170,18,70); }

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