#A4106C

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

Shades of Jazzberry Jam #A4106C

Tints of Jazzberry Jam #A4106C

Color information

#A4106C (or 0xA4106C) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 6C. RGB value is (164,16,108). Sum of RGB (Red+Green+Blue) = 164+16+108=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4106C is #5BEF93. Grayscale: #464646. Windows color (decimal): -6025108 or 7082148. OLE color: 7082148.

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

Color convert

RGB16416108-
CMYK00.900.340.36
HSL322.7º82.22%35.29%-
HSV(B)322.7º90.24%64.31%-
XYZ18.29.3515.03-
YUV70.74149.03194.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=56.94%
G=5.56%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641610800.900.340.36322.782.2235.29
HexA4106C05A22241435223
Octal244201540132424450312243
Binary10100100100001101100010110101000101001001010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4106C; }

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

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

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

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

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

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

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

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