#A5106B

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

Shades of Jazzberry Jam #A5106B

Tints of Jazzberry Jam #A5106B

Color information

#A5106B (or 0xA5106B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 6B. RGB value is (165,16,107). Sum of RGB (Red+Green+Blue) = 165+16+107=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5106B is #5AEF94. Grayscale: #464646. Windows color (decimal): -5959573 or 7016613. OLE color: 7016613.

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

Color convert

RGB16516107-
CMYK00.900.350.35
HSL323.36º82.32%35.49%-
HSV(B)323.36º90.3%64.71%-
XYZ18.369.4314.76-
YUV70.93148.36195.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=57.29%
G=5.56%
B=37.15%

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
Decimal1651610700.900.350.35323.3682.3235.49
HexA5106B05A23231435223
Octal245201530132434350312243
Binary10100101100001101011010110101000111000111010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5106B; }

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

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

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

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

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

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

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

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