Html Css Color HEX #AA114F Jazzberry Jam

📋 copy color: '#AA114F'

red 170 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #AA114F

Tints of Jazzberry Jam #AA114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 63.91%
G = 6.39%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA114F (or 0xAA114F) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 4F. RGB value is (170,17,79). Sum of RGB (Red+Green+Blue) = 170+17+79=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA114F is #55EEB0. Grayscale: #454545. Windows color (decimal): -5631665 or 5181866. OLE color: 5181866.

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

Color convert

RGB 170 17 79 -
CMYK 0 0.9 0.54 0.33
HSL 335.69º 0.82% 0.37% -
HSV(B) 335.69º 0.9% 0.67% -
XYZ 18.19 9.51 8.27 -
YUV 69.82 133.19 199.46 -
System Red Green Blue C M Y K H S L
Decimal 170 17 79 0 0.9 0.54 0.33 335.69 0.82 0.37
Hex AA 11 4F 0 5A 36 21 150 52 25
Octal 252 21 117 0 132 66 41 520 122 45
Binary 10101010 10001 1001111 0 1011010 110110 100001 101010000 1010010 100101

Color Harmonies of #AA114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA114F

Black with #AA114F

Text Example


Text Example

White with #AA114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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