Html Css Color HEX #AA1361 Jazzberry Jam

📋 copy color: '#AA1361'

red 170 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #AA1361

Tints of Jazzberry Jam #AA1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 59.44%
G = 6.64%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA1361 (or 0xAA1361) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 61. RGB value is (170,19,97). Sum of RGB (Red+Green+Blue) = 170+19+97=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1361 is #55EC9E. Grayscale: #484848. Windows color (decimal): -5631135 or 6362026. OLE color: 6362026.

HSL color Cylindrical-coordinate representation of color #AA1361: hue angle of 329.01º degrees, saturation: 0.8, 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 #AA1361 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 97 -
CMYK 0 0.89 0.43 0.33
HSL 329.01º 0.8% 0.37% -
HSV(B) 329.01º 0.89% 0.67% -
XYZ 18.97 9.87 12.22 -
YUV 73.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 170 19 97 0 0.89 0.43 0.33 329.01 0.8 0.37
Hex AA 13 61 0 59 2B 21 149 50 25
Octal 252 23 141 0 131 53 41 511 120 45
Binary 10101010 10011 1100001 0 1011001 101011 100001 101001001 1010000 100101

Color Harmonies of #AA1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1361

Black with #AA1361

Text Example


Text Example

White with #AA1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1361; }

 p { color: rgb(170,19,97); }

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

background-color css

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

 a { background-color: rgb(170,19,97); }

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

border-color css

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

 span { border-color: rgb(170,19,97); }

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