#A5104C

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

Shades of Jazzberry Jam #A5104C

Tints of Jazzberry Jam #A5104C

Color information

#A5104C (or 0xA5104C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 4C. RGB value is (165,16,76). Sum of RGB (Red+Green+Blue) = 165+16+76=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5104C is #5AEFB3. Grayscale: #434343. Windows color (decimal): -5959604 or 4984997. OLE color: 4984997.

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

Color convert

RGB1651676-
CMYK00.900.540.35
HSL335.84º82.32%35.49%-
HSV(B)335.84º90.3%64.71%-
XYZ17.018.897.66-
YUV67.39132.86197.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=64.20%
G=6.23%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165167600.900.540.35335.8482.3235.49
HexA5104C05A36231505223
Octal245201140132664352012243
Binary10100101100001001100010110101101101000111010100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5104C; }

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

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

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

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

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

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

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

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