Html Css Color HEX #AA1278 Jazzberry Jam

📋 copy color: '#AA1278'

red 170 ◦ green 18 ◦ blue 120

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

Shades of Jazzberry Jam #AA1278

Tints of Jazzberry Jam #AA1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 55.19%
G = 5.84%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA1278 (or 0xAA1278) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 78. RGB value is (170,18,120). Sum of RGB (Red+Green+Blue) = 170+18+120=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1278 is #55ED87. Grayscale: #4A4A4A. Windows color (decimal): -5631368 or 7869098. OLE color: 7869098.

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

Color convert

RGB 170 18 120 -
CMYK 0 0.89 0.29 0.33
HSL 319.74º 0.81% 0.37% -
HSV(B) 319.74º 0.89% 0.67% -
XYZ 20.18 10.33 18.7 -
YUV 75.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 170 18 120 0 0.89 0.29 0.33 319.74 0.81 0.37
Hex AA 12 78 0 59 1D 21 140 51 25
Octal 252 22 170 0 131 35 41 500 121 45
Binary 10101010 10010 1111000 0 1011001 11101 100001 101000000 1010001 100101

Color Harmonies of #AA1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1278

Black with #AA1278

Text Example


Text Example

White with #AA1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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