#A31B62

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

Shades of Jazzberry Jam #A31B62

Tints of Jazzberry Jam #A31B62

Color information

#A31B62 (or 0xA31B62) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 62. RGB value is (163,27,98). Sum of RGB (Red+Green+Blue) = 163+27+98=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B62 is #5CE49D. Grayscale: #4B4B4B. Windows color (decimal): -6087838 or 6429603. OLE color: 6429603.

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

Color convert

RGB1632798-
CMYK00.830.400.36
HSL328.68º71.58%37.25%-
HSV(B)328.68º83.44%63.92%-
XYZ17.79.4512.45-
YUV75.76140.56190.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=56.60%
G=9.38%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163279800.830.400.36328.6871.5837.25
HexA31B6205328241494825
Octal243331420123504451111045
Binary10100011110111100010010100111010001001001010010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B62; }

 p { color: rgb(163,27,98); }

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

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

 a { background-color: rgb(163,27,98); }

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

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

 span { border-color: rgb(163,27,98); }

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