Html Css Color HEX #AA1265 Jazzberry Jam

📋 copy color: '#AA1265'

red 170 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #AA1265

Tints of Jazzberry Jam #AA1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 58.82%
G = 6.23%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA1265 (or 0xAA1265) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 65. RGB value is (170,18,101). Sum of RGB (Red+Green+Blue) = 170+18+101=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1265 is #55ED9A. Grayscale: #484848. Windows color (decimal): -5631387 or 6623914. OLE color: 6623914.

HSL color Cylindrical-coordinate representation of color #AA1265: hue angle of 327.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1265 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 101 -
CMYK 0 0.89 0.41 0.33
HSL 327.24º 0.81% 0.37% -
HSV(B) 327.24º 0.89% 0.67% -
XYZ 19.14 9.92 13.22 -
YUV 72.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 170 18 101 0 0.89 0.41 0.33 327.24 0.81 0.37
Hex AA 12 65 0 59 29 21 147 51 25
Octal 252 22 145 0 131 51 41 507 121 45
Binary 10101010 10010 1100101 0 1011001 101001 100001 101000111 1010001 100101

Color Harmonies of #AA1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1265

Black with #AA1265

Text Example


Text Example

White with #AA1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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