#A10056

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

Shades of Jazzberry Jam #A10056

Tints of Jazzberry Jam #A10056

Color information

#A10056 (or 0xA10056) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 00 and 56. RGB value is (161,0,86). Sum of RGB (Red+Green+Blue) = 161+0+86=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A10056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10056 is #5EFFA9. Grayscale: #393939. Windows color (decimal): -6225834 or 5636257. OLE color: 5636257.

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

Color convert

RGB161086-
CMYK010.470.37
HSL327.95º100%31.57%-
HSV(B)327.95º100%63.14%-
XYZ16.388.259.53-
YUV57.94143.84201.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=65.18%
G=0%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161086010.470.37327.9510031.57
HexA10560642F251486420
Octal24101260144574551014440
Binary1010000101010110011001001011111001011010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10056; }

 p { color: rgb(161,0,86); }

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

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

 a { background-color: rgb(161,0,86); }

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

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

 span { border-color: rgb(161,0,86); }

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