#A10458

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

Shades of Jazzberry Jam #A10458

Tints of Jazzberry Jam #A10458

Color information

#A10458 (or 0xA10458) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 58. RGB value is (161,4,88). Sum of RGB (Red+Green+Blue) = 161+4+88=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A10458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10458 is #5EFBA7. Grayscale: #3C3C3C. Windows color (decimal): -6224808 or 5768353. OLE color: 5768353.

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

Color convert

RGB161488-
CMYK00.980.450.37
HSL327.9º95.15%32.35%-
HSV(B)327.9º97.52%63.14%-
XYZ16.58.379.98-
YUV60.52143.51199.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=63.64%
G=1.58%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16148800.980.450.37327.995.1532.35
HexA14580622D251485f20
Octal24141300142554551013740
Binary101000011001011000011000101011011001011010010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10458; }

 p { color: rgb(161,4,88); }

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

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

 a { background-color: rgb(161,4,88); }

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

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

 span { border-color: rgb(161,4,88); }

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