#A30058

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

Shades of Jazzberry Jam #A30058

Tints of Jazzberry Jam #A30058

Color information

#A30058 (or 0xA30058) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 58. RGB value is (163,0,88). Sum of RGB (Red+Green+Blue) = 163+0+88=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A30058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30058 is #5CFFA7. Grayscale: #3A3A3A. Windows color (decimal): -6094760 or 5767331. OLE color: 5767331.

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

Color convert

RGB163088-
CMYK010.460.36
HSL327.61º100%31.96%-
HSV(B)327.61º100%63.92%-
XYZ16.878.499.98-
YUV58.77144.5202.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=64.94%
G=0%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163088010.460.36327.6110031.96
HexA30580642E241486420
Octal24301300144564451014440
Binary1010001101011000011001001011101001001010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30058; }

 p { color: rgb(163,0,88); }

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

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

 a { background-color: rgb(163,0,88); }

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

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

 span { border-color: rgb(163,0,88); }

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