#A41150

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

Shades of Jazzberry Jam #A41150

Tints of Jazzberry Jam #A41150

Color information

#A41150 (or 0xA41150) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 11 and 50. RGB value is (164,17,80). Sum of RGB (Red+Green+Blue) = 164+17+80=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A41150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41150 is #5BEEAF. Grayscale: #444444. Windows color (decimal): -6024880 or 5247396. OLE color: 5247396.

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

Color convert

RGB1641780-
CMYK00.900.510.36
HSL334.29º81.22%35.49%-
HSV(B)334.29º89.63%64.31%-
XYZ16.968.878.41-
YUV68.14134.7196.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=62.84%
G=6.51%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164178000.900.510.36334.2981.2235.49
HexA4115005A332414e5123
Octal244211200132634451612143
Binary10100100100011010000010110101100111001001010011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41150; }

 p { color: rgb(164,17,80); }

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

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

 a { background-color: rgb(164,17,80); }

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

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

 span { border-color: rgb(164,17,80); }

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