#A31863

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

Shades of Jazzberry Jam #A31863

Tints of Jazzberry Jam #A31863

Color information

#A31863 (or 0xA31863) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 63. RGB value is (163,24,99). Sum of RGB (Red+Green+Blue) = 163+24+99=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A31863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31863 is #5CE79C. Grayscale: #494949. Windows color (decimal): -6088605 or 6494371. OLE color: 6494371.

HSL color Cylindrical-coordinate representation of color #A31863: hue angle of 327.63º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31863 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1632499-
CMYK00.850.390.36
HSL327.63º74.33%36.67%-
HSV(B)327.63º85.28%63.92%-
XYZ17.689.3412.68-
YUV74.11142.05191.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=56.99%
G=8.39%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163249900.850.390.36327.6374.3336.67
HexA3186305527241484a25
Octal243301430125474451011245
Binary10100011110001100011010101011001111001001010010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31863; }

 p { color: rgb(163,24,99); }

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

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

 a { background-color: rgb(163,24,99); }

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

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

 span { border-color: rgb(163,24,99); }

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