Html Css Color HEX #AA114A Jazzberry Jam

📋 copy color: '#AA114A'

red 170 ◦ green 17 ◦ blue 74

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

Shades of Jazzberry Jam #AA114A

Tints of Jazzberry Jam #AA114A

RGB

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

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

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

R = 65.13%
G = 6.51%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA114A (or 0xAA114A) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 4A. RGB value is (170,17,74). Sum of RGB (Red+Green+Blue) = 170+17+74=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA114A is #55EEB5. Grayscale: #454545. Windows color (decimal): -5631670 or 4854186. OLE color: 4854186.

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

Color convert

RGB 170 17 74 -
CMYK 0 0.9 0.56 0.33
HSL 337.65º 0.82% 0.37% -
HSV(B) 337.65º 0.9% 0.67% -
XYZ 18.01 9.44 7.35 -
YUV 69.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 170 17 74 0 0.9 0.56 0.33 337.65 0.82 0.37
Hex AA 11 4A 0 5A 38 21 152 52 25
Octal 252 21 112 0 132 70 41 522 122 45
Binary 10101010 10001 1001010 0 1011010 111000 100001 101010010 1010010 100101

Color Harmonies of #AA114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA114A

Black with #AA114A

Text Example


Text Example

White with #AA114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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