#A00F54

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

Shades of Jazzberry Jam #A00F54

Tints of Jazzberry Jam #A00F54

Color information

#A00F54 (or 0xA00F54) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0F and 54. RGB value is (160,15,84). Sum of RGB (Red+Green+Blue) = 160+15+84=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F54 is #5FF0AB. Grayscale: #424242. Windows color (decimal): -6287532 or 5509024. OLE color: 5509024.

HSL color Cylindrical-coordinate representation of color #A00F54: hue angle of 331.45º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F54 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1601584-
CMYK00.910.480.37
HSL331.45º82.86%34.31%-
HSV(B)331.45º90.62%62.75%-
XYZ16.278.469.16-
YUV66.22138.04194.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=61.78%
G=5.79%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160158400.910.480.37331.4582.8634.31
HexA0F5405B302514b5322
Octal240171240133604551312342
Binary1010000011111010100010110111100001001011010010111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F54; }

 p { color: rgb(160,15,84); }

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

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

 a { background-color: rgb(160,15,84); }

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

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

 span { border-color: rgb(160,15,84); }

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