#A31B66

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

Shades of Jazzberry Jam #A31B66

Tints of Jazzberry Jam #A31B66

Color information

#A31B66 (or 0xA31B66) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 66. RGB value is (163,27,102). Sum of RGB (Red+Green+Blue) = 163+27+102=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B66 is #5CE499. Grayscale: #4C4C4C. Windows color (decimal): -6087834 or 6691747. OLE color: 6691747.

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

Color convert

RGB16327102-
CMYK00.830.370.36
HSL326.91º71.58%37.25%-
HSV(B)326.91º83.44%63.92%-
XYZ17.899.5313.47-
YUV76.21142.56189.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=55.82%
G=9.25%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632710200.830.370.36326.9171.5837.25
HexA31B6605325241474825
Octal243331460123454450711045
Binary10100011110111100110010100111001011001001010001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B66; }

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

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

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

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

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

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

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

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