Html Css Color HEX #AA115E Jazzberry Jam

📋 copy color: '#AA115E'

red 170 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #AA115E

Tints of Jazzberry Jam #AA115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 60.5%
G = 6.05%
B = 33.45%

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

#AA115E (or 0xAA115E) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 5E. RGB value is (170,17,94). Sum of RGB (Red+Green+Blue) = 170+17+94=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115E is #55EEA1. Grayscale: #474747. Windows color (decimal): -5631650 or 6164906. OLE color: 6164906.

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

Color convert

RGB 170 17 94 -
CMYK 0 0.9 0.45 0.33
HSL 329.8º 0.82% 0.37% -
HSV(B) 329.8º 0.9% 0.67% -
XYZ 18.8 9.76 11.48 -
YUV 71.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 170 17 94 0 0.9 0.45 0.33 329.8 0.82 0.37
Hex AA 11 5E 0 5A 2D 21 14A 52 25
Octal 252 21 136 0 132 55 41 512 122 45
Binary 10101010 10001 1011110 0 1011010 101101 100001 101001010 1010010 100101

Color Harmonies of #AA115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA115E

Black with #AA115E

Text Example


Text Example

White with #AA115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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