#A41E6E

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

Shades of Jazzberry Jam #A41E6E

Tints of Jazzberry Jam #A41E6E

Color information

#A41E6E (or 0xA41E6E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1E and 6E. RGB value is (164,30,110). Sum of RGB (Red+Green+Blue) = 164+30+110=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E6E is #5BE191. Grayscale: #4E4E4E. Windows color (decimal): -6021522 or 7216804. OLE color: 7216804.

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

Color convert

RGB16430110-
CMYK00.820.330.36
HSL324.18º69.07%38.04%-
HSV(B)324.18º81.71%64.31%-
XYZ18.599.9515.69-
YUV79.19145.39188.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=53.95%
G=9.87%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643011000.820.330.36324.1869.0738.04
HexA41E6E05221241444526
Octal244361560122414450410546
Binary10100100111101101110010100101000011001001010001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E6E; }

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

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

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

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

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

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

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

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