Html Css Color HEX #AA124F Jazzberry Jam

📋 copy color: '#AA124F'

red 170 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #AA124F

Tints of Jazzberry Jam #AA124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 63.67%
G = 6.74%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA124F (or 0xAA124F) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 4F. RGB value is (170,18,79). Sum of RGB (Red+Green+Blue) = 170+18+79=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA124F is #55EDB0. Grayscale: #464646. Windows color (decimal): -5631409 or 5182122. OLE color: 5182122.

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

Color convert

RGB 170 18 79 -
CMYK 0 0.89 0.54 0.33
HSL 335.92º 0.81% 0.37% -
HSV(B) 335.92º 0.89% 0.67% -
XYZ 18.21 9.54 8.28 -
YUV 70.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 170 18 79 0 0.89 0.54 0.33 335.92 0.81 0.37
Hex AA 12 4F 0 59 36 21 150 51 25
Octal 252 22 117 0 131 66 41 520 121 45
Binary 10101010 10010 1001111 0 1011001 110110 100001 101010000 1010001 100101

Color Harmonies of #AA124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA124F

Black with #AA124F

Text Example


Text Example

White with #AA124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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