#A51375

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

Shades of Jazzberry Jam #A51375

Tints of Jazzberry Jam #A51375

Color information

#A51375 (or 0xA51375) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 13 and 75. RGB value is (165,19,117). Sum of RGB (Red+Green+Blue) = 165+19+117=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51375 is #5AEC8A. Grayscale: #494949. Windows color (decimal): -5958795 or 7672741. OLE color: 7672741.

HSL color Cylindrical-coordinate representation of color #A51375: hue angle of 319.73º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51375 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16519117-
CMYK00.880.290.35
HSL319.73º79.35%36.08%-
HSV(B)319.73º88.48%64.71%-
XYZ18.969.7517.71-
YUV73.83152.37193.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=54.82%
G=6.31%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651911700.880.290.35319.7379.3536.08
HexA513750581D231404f24
Octal245231650130354350011744
Binary1010010110011111010101011000111011000111010000001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51375; }

 p { color: rgb(165,19,117); }

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

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

 a { background-color: rgb(165,19,117); }

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

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

 span { border-color: rgb(165,19,117); }

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