#A31758

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

Shades of Jazzberry Jam #A31758

Tints of Jazzberry Jam #A31758

Color information

#A31758 (or 0xA31758) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 17 and 58. RGB value is (163,23,88). Sum of RGB (Red+Green+Blue) = 163+23+88=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A31758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31758 is #5CE8A7. Grayscale: #484848. Windows color (decimal): -6088872 or 5773219. OLE color: 5773219.

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

Color convert

RGB1632388-
CMYK00.860.460.36
HSL332.14º75.27%36.47%-
HSV(B)332.14º85.89%63.92%-
XYZ17.179.110.08-
YUV72.27136.88192.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 23 (9.38% from 255) = 8.39%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=59.49%
G=8.39%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163238800.860.460.36332.1475.2736.47
HexA317580562E2414c4b24
Octal243271300126564451411344
Binary10100011101111011000010101101011101001001010011001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31758; }

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

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

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

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

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

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

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

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