Html Css Color HEX #AA1276 Jazzberry Jam

📋 copy color: '#AA1276'

red 170 ◦ green 18 ◦ blue 118

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

Shades of Jazzberry Jam #AA1276

Tints of Jazzberry Jam #AA1276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 55.56%
G = 5.88%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1276 (or 0xAA1276) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 76. RGB value is (170,18,118). Sum of RGB (Red+Green+Blue) = 170+18+118=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1276 is #55ED89. Grayscale: #4A4A4A. Windows color (decimal): -5631370 or 7738026. OLE color: 7738026.

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

Color convert

RGB 170 18 118 -
CMYK 0 0.89 0.31 0.33
HSL 320.53º 0.81% 0.37% -
HSV(B) 320.53º 0.89% 0.67% -
XYZ 20.06 10.29 18.07 -
YUV 74.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 170 18 118 0 0.89 0.31 0.33 320.53 0.81 0.37
Hex AA 12 76 0 59 1F 21 141 51 25
Octal 252 22 166 0 131 37 41 501 121 45
Binary 10101010 10010 1110110 0 1011001 11111 100001 101000001 1010001 100101

Color Harmonies of #AA1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1276

Black with #AA1276

Text Example


Text Example

White with #AA1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1276; }

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

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

background-color css

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

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

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

border-color css

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

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

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