#a51875

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

Shades of Jazzberry Jam #A51875

Tints of Jazzberry Jam #A51875

Color information

#A51875 (or 0xA51875) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 18 and 75. RGB value is (165,24,117). Sum of RGB (Red+Green+Blue) = 165+24+117=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A51875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51875 is #5AE78A. Grayscale: #4C4C4C. Windows color (decimal): -5957515 or 7674021. OLE color: 7674021.

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

Color convert

RGB16524117-
CMYK00.850.290.35
HSL320.43º74.6%37.06%-
HSV(B)320.43º85.45%64.71%-
XYZ19.059.9417.74-
YUV76.76150.71190.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=53.92%
G=7.84%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652411700.850.290.35320.4374.637.06
HexA518750551D231404b25
Octal245301650125354350011345
Binary1010010111000111010101010101111011000111010000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51875; }

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

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

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

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

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

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

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

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