#A5124C

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

Shades of Jazzberry Jam #A5124C

Tints of Jazzberry Jam #A5124C

Color information

#A5124C (or 0xA5124C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 4C. RGB value is (165,18,76). Sum of RGB (Red+Green+Blue) = 165+18+76=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5124C is #5AEDB3. Grayscale: #444444. Windows color (decimal): -5959092 or 4985509. OLE color: 4985509.

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

Color convert

RGB1651876-
CMYK00.890.540.35
HSL336.33º80.33%35.88%-
HSV(B)336.33º89.09%64.71%-
XYZ17.048.957.67-
YUV68.56132.2196.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=63.71%
G=6.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165187600.890.540.35336.3380.3335.88
HexA5124C05936231505024
Octal245221140131664352012044
Binary10100101100101001100010110011101101000111010100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5124C; }

 p { color: rgb(165,18,76); }

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

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

 a { background-color: rgb(165,18,76); }

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

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

 span { border-color: rgb(165,18,76); }

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