#A4106B

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

Shades of Jazzberry Jam #A4106B

Tints of Jazzberry Jam #A4106B

Color information

#A4106B (or 0xA4106B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 6B. RGB value is (164,16,107). Sum of RGB (Red+Green+Blue) = 164+16+107=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4106B is #5BEF94. Grayscale: #464646. Windows color (decimal): -6025109 or 7016612. OLE color: 7016612.

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

Color convert

RGB16416107-
CMYK00.900.350.36
HSL323.11º82.22%35.29%-
HSV(B)323.11º90.24%64.31%-
XYZ18.159.3214.75-
YUV70.63148.53194.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=57.14%
G=5.57%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641610700.900.350.36323.1182.2235.29
HexA4106B05A23241435223
Octal244201530132434450312243
Binary10100100100001101011010110101000111001001010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4106B; }

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

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

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

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

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

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

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

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