#a31b69

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

Shades of Jazzberry Jam #A31B69

Tints of Jazzberry Jam #A31B69

Color information

#A31B69 (or 0xA31B69) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 69. RGB value is (163,27,105). Sum of RGB (Red+Green+Blue) = 163+27+105=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B69 is #5CE496. Grayscale: #4C4C4C. Windows color (decimal): -6087831 or 6888355. OLE color: 6888355.

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

Color convert

RGB16327105-
CMYK00.830.360.36
HSL325.59º71.58%37.25%-
HSV(B)325.59º83.44%63.92%-
XYZ18.059.5914.26-
YUV76.56144.06189.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=55.25%
G=9.15%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632710500.830.360.36325.5971.5837.25
HexA31B6905324241464825
Octal243331510123444450611045
Binary10100011110111101001010100111001001001001010001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31b69; }

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

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

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

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

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

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

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

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