Html Css Color HEX #AA115D Jazzberry Jam

📋 copy color: '#AA115D'

red 170 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #AA115D

Tints of Jazzberry Jam #AA115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 60.71%
G = 6.07%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA115D (or 0xAA115D) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 5D. RGB value is (170,17,93). Sum of RGB (Red+Green+Blue) = 170+17+93=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115D is #55EEA2. Grayscale: #474747. Windows color (decimal): -5631651 or 6099370. OLE color: 6099370.

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

Color convert

RGB 170 17 93 -
CMYK 0 0.9 0.45 0.33
HSL 330.2º 0.82% 0.37% -
HSV(B) 330.2º 0.9% 0.67% -
XYZ 18.75 9.74 11.25 -
YUV 71.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 170 17 93 0 0.9 0.45 0.33 330.2 0.82 0.37
Hex AA 11 5D 0 5A 2D 21 14A 52 25
Octal 252 21 135 0 132 55 41 512 122 45
Binary 10101010 10001 1011101 0 1011010 101101 100001 101001010 1010010 100101

Color Harmonies of #AA115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA115D

Black with #AA115D

Text Example


Text Example

White with #AA115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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