#A41E77

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

Shades of Jazzberry Jam #A41E77

Tints of Jazzberry Jam #A41E77

Color information

#A41E77 (or 0xA41E77) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1E and 77. RGB value is (164,30,119). Sum of RGB (Red+Green+Blue) = 164+30+119=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E77 is #5BE188. Grayscale: #4F4F4F. Windows color (decimal): -6021513 or 7806628. OLE color: 7806628.

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

Color convert

RGB16430119-
CMYK00.820.270.36
HSL320.15º69.07%38.04%-
HSV(B)320.15º81.71%64.31%-
XYZ19.110.1518.41-
YUV80.21149.89187.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=52.40%
G=9.58%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643011900.820.270.36320.1569.0738.04
HexA41E770521B241404526
Octal244361670122334450010546
Binary1010010011110111011101010010110111001001010000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E77; }

 p { color: rgb(164,30,119); }

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

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

 a { background-color: rgb(164,30,119); }

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

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

 span { border-color: rgb(164,30,119); }

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