#A5106A

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

Shades of Jazzberry Jam #A5106A

Tints of Jazzberry Jam #A5106A

Color information

#A5106A (or 0xA5106A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 6A. RGB value is (165,16,106). Sum of RGB (Red+Green+Blue) = 165+16+106=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A5106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5106A is #5AEF95. Grayscale: #464646. Windows color (decimal): -5959574 or 6951077. OLE color: 6951077.

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

Color convert

RGB16516106-
CMYK00.900.360.35
HSL323.76º82.32%35.49%-
HSV(B)323.76º90.3%64.71%-
XYZ18.39.4114.49-
YUV70.81147.86195.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=57.49%
G=5.57%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651610600.900.360.35323.7682.3235.49
HexA5106A05A24231445223
Octal245201520132444350412243
Binary10100101100001101010010110101001001000111010001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5106A; }

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

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

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

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

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

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

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

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