#A51F71

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

Shades of Jazzberry Jam #A51F71

Tints of Jazzberry Jam #A51F71

Color information

#A51F71 (or 0xA51F71) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1F and 71. RGB value is (165,31,113). Sum of RGB (Red+Green+Blue) = 165+31+113=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51F71 is #5AE08E. Grayscale: #505050. Windows color (decimal): -5955727 or 7413669. OLE color: 7413669.

HSL color Cylindrical-coordinate representation of color #A51F71: hue angle of 323.28º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A51F71 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16531113-
CMYK00.810.320.35
HSL323.28º68.37%38.43%-
HSV(B)323.28º81.21%64.71%-
XYZ18.9910.1716.59-
YUV80.41146.39188.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=53.40%
G=10.03%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653111300.810.320.35323.2868.3738.43
HexA51F7105120231434426
Octal245371610121404350310446
Binary10100101111111110001010100011000001000111010000111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F71; }

 p { color: rgb(165,31,113); }

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

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

 a { background-color: rgb(165,31,113); }

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

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

 span { border-color: rgb(165,31,113); }

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