#A00255

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

Shades of Jazzberry Jam #A00255

Tints of Jazzberry Jam #A00255

Color information

#A00255 (or 0xA00255) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 55. RGB value is (160,2,85). Sum of RGB (Red+Green+Blue) = 160+2+85=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00255 is #5FFDAA. Grayscale: #3A3A3A. Windows color (decimal): -6290859 or 5571232. OLE color: 5571232.

HSL color Cylindrical-coordinate representation of color #A00255: hue angle of 328.48º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00255 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB160285-
CMYK00.990.470.37
HSL328.48º97.53%31.76%-
HSV(B)328.48º98.75%62.75%-
XYZ16.168.179.32-
YUV58.7142.85200.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=64.78%
G=0.81%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16028500.990.470.37328.4897.5331.76
HexA02550632F251486220
Octal24021250143574551014240
Binary10100000101010101011000111011111001011010010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00255; }

 p { color: rgb(160,2,85); }

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

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

 a { background-color: rgb(160,2,85); }

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

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

 span { border-color: rgb(160,2,85); }

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