#A41E62

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

Shades of Jazzberry Jam #A41E62

Tints of Jazzberry Jam #A41E62

Color information

#A41E62 (or 0xA41E62) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1E and 62. RGB value is (164,30,98). Sum of RGB (Red+Green+Blue) = 164+30+98=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E62 is #5BE19D. Grayscale: #4D4D4D. Windows color (decimal): -6021534 or 6430372. OLE color: 6430372.

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

Color convert

RGB1643098-
CMYK00.820.400.36
HSL329.55º69.07%38.04%-
HSV(B)329.55º81.71%64.31%-
XYZ17.989.712.48-
YUV77.82139.39189.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=56.16%
G=10.27%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164309800.820.400.36329.5569.0738.04
HexA41E62052282414a4526
Octal244361420122504451210546
Binary10100100111101100010010100101010001001001010010101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E62; }

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

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

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

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

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

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

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

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