#AA065F

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

Shades of Jazzberry Jam #AA065F

Tints of Jazzberry Jam #AA065F

Color information

#AA065F (or 0xAA065F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 06 and 5F. RGB value is (170,6,95). Sum of RGB (Red+Green+Blue) = 170+6+95=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA065F is #55F9A0. Grayscale: #404040. Windows color (decimal): -5634465 or 6227626. OLE color: 6227626.

HSL color Cylindrical-coordinate representation of color #AA065F: hue angle of 327.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA065F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB170695-
CMYK00.960.440.33
HSL327.44º93.18%34.51%-
HSV(B)327.44º96.47%66.67%-
XYZ18.719.511.67-
YUV65.18144.83202.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=62.73%
G=2.21%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17069500.960.440.33327.4493.1834.51
HexAA65F0602C211475d23
Octal25261370140544150713543
Binary101010101101011111011000001011001000011010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA065F; }

 p { color: rgb(170,6,95); }

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

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

 a { background-color: rgb(170,6,95); }

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

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

 span { border-color: rgb(170,6,95); }

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