#a31b77

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

Shades of Jazzberry Jam #A31B77

Tints of Jazzberry Jam #A31B77

Color information

#A31B77 (or 0xA31B77) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 77. RGB value is (163,27,119). Sum of RGB (Red+Green+Blue) = 163+27+119=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B77 is #5CE488. Grayscale: #4D4D4D. Windows color (decimal): -6087817 or 7805859. OLE color: 7805859.

HSL color Cylindrical-coordinate representation of color #A31B77: hue angle of 319.41º 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 #A31B77 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16327119-
CMYK00.830.270.36
HSL319.41º71.58%37.25%-
HSV(B)319.41º83.44%63.92%-
XYZ18.839.918.37-
YUV78.15151.06188.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=52.75%
G=8.74%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632711900.830.270.36319.4171.5837.25
HexA31B770531B2413f4825
Octal243331670123334447711045
Binary1010001111011111011101010011110111001001001111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31b77; }

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

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

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

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

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

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

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

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