#A5106C

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

Shades of Jazzberry Jam #A5106C

Tints of Jazzberry Jam #A5106C

Color information

#A5106C (or 0xA5106C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 6C. RGB value is (165,16,108). Sum of RGB (Red+Green+Blue) = 165+16+108=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5106C is #5AEF93. Grayscale: #464646. Windows color (decimal): -5959572 or 7082149. OLE color: 7082149.

HSL color Cylindrical-coordinate representation of color #A5106C: hue angle of 322.95º 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 #A5106C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16516108-
CMYK00.900.350.35
HSL322.95º82.32%35.49%-
HSV(B)322.95º90.3%64.71%-
XYZ18.419.4515.04-
YUV71.04148.86195.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=57.09%
G=5.54%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651610800.900.350.35322.9582.3235.49
HexA5106C05A23231435223
Octal245201540132434350312243
Binary10100101100001101100010110101000111000111010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5106C; }

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

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

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

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

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

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

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

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