Html Css Color HEX #AA124E Jazzberry Jam

📋 copy color: '#AA124E'

red 170 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #AA124E

Tints of Jazzberry Jam #AA124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 63.91%
G = 6.77%
B = 29.32%

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

#AA124E (or 0xAA124E) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 4E. RGB value is (170,18,78). Sum of RGB (Red+Green+Blue) = 170+18+78=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA124E is #55EDB1. Grayscale: #464646. Windows color (decimal): -5631410 or 5116586. OLE color: 5116586.

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

Color convert

RGB 170 18 78 -
CMYK 0 0.89 0.54 0.33
HSL 336.32º 0.81% 0.37% -
HSV(B) 336.32º 0.89% 0.67% -
XYZ 18.17 9.53 8.09 -
YUV 70.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 170 18 78 0 0.89 0.54 0.33 336.32 0.81 0.37
Hex AA 12 4E 0 59 36 21 150 51 25
Octal 252 22 116 0 131 66 41 520 121 45
Binary 10101010 10010 1001110 0 1011001 110110 100001 101010000 1010001 100101

Color Harmonies of #AA124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA124E

Black with #AA124E

Text Example


Text Example

White with #AA124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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