#A41E72

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

Shades of Jazzberry Jam #A41E72

Tints of Jazzberry Jam #A41E72

Color information

#A41E72 (or 0xA41E72) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1E and 72. RGB value is (164,30,114). Sum of RGB (Red+Green+Blue) = 164+30+114=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E72 is #5BE18D. Grayscale: #4F4F4F. Windows color (decimal): -6021518 or 7478948. OLE color: 7478948.

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

Color convert

RGB16430114-
CMYK00.820.300.36
HSL322.39º69.07%38.04%-
HSV(B)322.39º81.71%64.31%-
XYZ18.8110.0416.87-
YUV79.64147.39188.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=53.25%
G=9.74%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643011400.820.300.36322.3969.0738.04
HexA41E720521E241424526
Octal244361620122364450210546
Binary1010010011110111001001010010111101001001010000101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E72; }

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

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

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

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

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

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

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

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