#A31B74

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

Shades of Jazzberry Jam #A31B74

Tints of Jazzberry Jam #A31B74

Color information

#A31B74 (or 0xA31B74) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 74. RGB value is (163,27,116). Sum of RGB (Red+Green+Blue) = 163+27+116=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B74 is #5CE48B. Grayscale: #4D4D4D. Windows color (decimal): -6087820 or 7609251. OLE color: 7609251.

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

Color convert

RGB16327116-
CMYK00.830.290.36
HSL320.74º71.58%37.25%-
HSV(B)320.74º83.44%63.92%-
XYZ18.659.8317.44-
YUV77.81149.56188.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=53.27%
G=8.82%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632711600.830.290.36320.7471.5837.25
HexA31B740531D241414825
Octal243331640123354450111045
Binary1010001111011111010001010011111011001001010000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B74; }

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

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

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

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

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

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

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

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