#AA095F

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

Shades of Jazzberry Jam #AA095F

Tints of Jazzberry Jam #AA095F

Color information

#AA095F (or 0xAA095F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 09 and 5F. RGB value is (170,9,95). Sum of RGB (Red+Green+Blue) = 170+9+95=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA095F is #55F6A0. Grayscale: #424242. Windows color (decimal): -5633697 or 6228394. OLE color: 6228394.

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

Color convert

RGB170995-
CMYK00.950.440.33
HSL327.95º89.94%35.1%-
HSV(B)327.95º94.71%66.67%-
XYZ18.749.5711.69-
YUV66.94143.84201.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=62.04%
G=3.28%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17099500.950.440.33327.9589.9435.1
HexAA95F05F2C211485a23
Octal252111370137544151013243
Binary1010101010011011111010111111011001000011010010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA095F; }

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

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

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

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

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

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

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

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