Html Css Color HEX #AA144F Jazzberry Jam

📋 copy color: '#AA144F'

red 170 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #AA144F

Tints of Jazzberry Jam #AA144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 63.2%
G = 7.43%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA144F (or 0xAA144F) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 4F. RGB value is (170,20,79). Sum of RGB (Red+Green+Blue) = 170+20+79=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA144F is #55EBB0. Grayscale: #474747. Windows color (decimal): -5630897 or 5182634. OLE color: 5182634.

HSL color Cylindrical-coordinate representation of color #AA144F: hue angle of 336.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA144F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 79 -
CMYK 0 0.88 0.54 0.33
HSL 336.4º 0.79% 0.37% -
HSV(B) 336.4º 0.88% 0.67% -
XYZ 18.24 9.61 8.29 -
YUV 71.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 170 20 79 0 0.88 0.54 0.33 336.4 0.79 0.37
Hex AA 14 4F 0 58 36 21 150 4F 25
Octal 252 24 117 0 130 66 41 520 117 45
Binary 10101010 10100 1001111 0 1011000 110110 100001 101010000 1001111 100101

Color Harmonies of #AA144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA144F

Black with #AA144F

Text Example


Text Example

White with #AA144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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