#AA0364

Color #AA0364 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0364

Tints of Jazzberry Jam #AA0364

Color information

#AA0364 (or 0xAA0364) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 03 and 64. RGB value is (170,3,100). Sum of RGB (Red+Green+Blue) = 170+3+100=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0364 is #55FC9B. Grayscale: #3F3F3F. Windows color (decimal): -5635228 or 6554538. OLE color: 6554538.

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

Color convert

RGB1703100-
CMYK00.980.410.33
HSL325.15º96.53%33.92%-
HSV(B)325.15º98.24%66.67%-
XYZ18.919.5312.9-
YUV63.99148.33203.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=62.27%
G=1.10%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170310000.980.410.33325.1596.5333.92
HexAA36406229211456122
Octal25231440142514150514142
Binary10101010111100100011000101010011000011010001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0364; }

 p { color: rgb(170,3,100); }

 H1.HeaderClassName
 {
   color: #AA0364;
 }
 .AnyTagClassName
 {
   color: #AA0364;
 }
</style>
background-color css

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

 a { background-color: rgb(170,3,100); }

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

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

 span { border-color: rgb(170,3,100); }

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