Html Css Color HEX #AA1165 Jazzberry Jam

📋 copy color: '#AA1165'

red 170 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #AA1165

Tints of Jazzberry Jam #AA1165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 59.03%
G = 5.9%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA1165 (or 0xAA1165) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 65. RGB value is (170,17,101). Sum of RGB (Red+Green+Blue) = 170+17+101=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1165 is #55EE9A. Grayscale: #484848. Windows color (decimal): -5631643 or 6623658. OLE color: 6623658.

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

Color convert

RGB 170 17 101 -
CMYK 0 0.9 0.41 0.33
HSL 327.06º 0.82% 0.37% -
HSV(B) 327.06º 0.9% 0.67% -
XYZ 19.13 9.89 13.21 -
YUV 72.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 170 17 101 0 0.9 0.41 0.33 327.06 0.82 0.37
Hex AA 11 65 0 5A 29 21 147 52 25
Octal 252 21 145 0 132 51 41 507 122 45
Binary 10101010 10001 1100101 0 1011010 101001 100001 101000111 1010010 100101

Color Harmonies of #AA1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1165

Black with #AA1165

Text Example


Text Example

White with #AA1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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