Html Css Color HEX #AA124A Jazzberry Jam

📋 copy color: '#AA124A'

red 170 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #AA124A

Tints of Jazzberry Jam #AA124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 64.89%
G = 6.87%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA124A (or 0xAA124A) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 4A. RGB value is (170,18,74). Sum of RGB (Red+Green+Blue) = 170+18+74=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA124A is #55EDB5. Grayscale: #454545. Windows color (decimal): -5631414 or 4854442. OLE color: 4854442.

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

Color convert

RGB 170 18 74 -
CMYK 0 0.89 0.56 0.33
HSL 337.89º 0.81% 0.37% -
HSV(B) 337.89º 0.89% 0.67% -
XYZ 18.03 9.47 7.36 -
YUV 69.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 170 18 74 0 0.89 0.56 0.33 337.89 0.81 0.37
Hex AA 12 4A 0 59 38 21 152 51 25
Octal 252 22 112 0 131 70 41 522 121 45
Binary 10101010 10010 1001010 0 1011001 111000 100001 101010010 1010001 100101

Color Harmonies of #AA124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA124A

Black with #AA124A

Text Example


Text Example

White with #AA124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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