Html Css Color HEX #AA115C Jazzberry Jam

📋 copy color: '#AA115C'

red 170 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #AA115C

Tints of Jazzberry Jam #AA115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 60.93%
G = 6.09%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA115C (or 0xAA115C) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 5C. RGB value is (170,17,92). Sum of RGB (Red+Green+Blue) = 170+17+92=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115C is #55EEA3. Grayscale: #474747. Windows color (decimal): -5631652 or 6033834. OLE color: 6033834.

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

Color convert

RGB 170 17 92 -
CMYK 0 0.9 0.46 0.33
HSL 330.59º 0.82% 0.37% -
HSV(B) 330.59º 0.9% 0.67% -
XYZ 18.71 9.72 11.02 -
YUV 71.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 170 17 92 0 0.9 0.46 0.33 330.59 0.82 0.37
Hex AA 11 5C 0 5A 2E 21 14B 52 25
Octal 252 21 134 0 132 56 41 513 122 45
Binary 10101010 10001 1011100 0 1011010 101110 100001 101001011 1010010 100101

Color Harmonies of #AA115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA115C

Black with #AA115C

Text Example


Text Example

White with #AA115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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