#A4126C

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

Shades of Jazzberry Jam #A4126C

Tints of Jazzberry Jam #A4126C

Color information

#A4126C (or 0xA4126C) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 12 and 6C. RGB value is (164,18,108). Sum of RGB (Red+Green+Blue) = 164+18+108=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4126C is #5BED93. Grayscale: #474747. Windows color (decimal): -6024596 or 7082660. OLE color: 7082660.

HSL color Cylindrical-coordinate representation of color #A4126C: hue angle of 323.01º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4126C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16418108-
CMYK00.890.340.36
HSL323.01º80.22%35.69%-
HSV(B)323.01º89.02%64.31%-
XYZ18.239.4115.04-
YUV71.91148.37193.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=56.55%
G=6.21%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641810800.890.340.36323.0180.2235.69
HexA4126C05922241435024
Octal244221540131424450312044
Binary10100100100101101100010110011000101001001010000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4126C; }

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

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

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

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

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

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

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

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