#A00256

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

Shades of Jazzberry Jam #A00256

Tints of Jazzberry Jam #A00256

Color information

#A00256 (or 0xA00256) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 56. RGB value is (160,2,86). Sum of RGB (Red+Green+Blue) = 160+2+86=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00256 is #5FFDA9. Grayscale: #3A3A3A. Windows color (decimal): -6290858 or 5636768. OLE color: 5636768.

HSL color Cylindrical-coordinate representation of color #A00256: hue angle of 328.1º 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 #A00256 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB160286-
CMYK00.990.460.37
HSL328.1º97.53%31.76%-
HSV(B)328.1º98.75%62.75%-
XYZ16.28.199.53-
YUV58.82143.35200.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=64.52%
G=0.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16028600.990.460.37328.197.5331.76
HexA02560632E251486220
Octal24021260143564551014240
Binary10100000101010110011000111011101001011010010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00256; }

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

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

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

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

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

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

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

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