#A41D70

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

Shades of Jazzberry Jam #A41D70

Tints of Jazzberry Jam #A41D70

Color information

#A41D70 (or 0xA41D70) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1D and 70. RGB value is (164,29,112). Sum of RGB (Red+Green+Blue) = 164+29+112=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D70 is #5BE28F. Grayscale: #4E4E4E. Windows color (decimal): -6021776 or 7347620. OLE color: 7347620.

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

Color convert

RGB16429112-
CMYK00.820.320.36
HSL323.11º69.95%37.84%-
HSV(B)323.11º82.32%64.31%-
XYZ18.679.9416.26-
YUV78.83146.73188.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.77%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=53.77%
G=9.51%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642911200.820.320.36323.1169.9537.84
HexA41D7005220241434626
Octal244351600122404450310646
Binary10100100111011110000010100101000001001001010000111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41D70; }

 p { color: rgb(164,29,112); }

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

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

 a { background-color: rgb(164,29,112); }

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

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

 span { border-color: rgb(164,29,112); }

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