#A41572

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

Shades of Jazzberry Jam #A41572

Tints of Jazzberry Jam #A41572

Color information

#A41572 (or 0xA41572) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 15 and 72. RGB value is (164,21,114). Sum of RGB (Red+Green+Blue) = 164+21+114=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A41572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41572 is #5BEA8D. Grayscale: #4A4A4A. Windows color (decimal): -6023822 or 7476644. OLE color: 7476644.

HSL color Cylindrical-coordinate representation of color #A41572: hue angle of 320.98º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41572 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16421114-
CMYK00.870.300.36
HSL320.98º77.3%36.27%-
HSV(B)320.98º87.2%64.31%-
XYZ18.629.6416.8-
YUV74.36150.38191.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=54.85%
G=7.02%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642111400.870.300.36320.9877.336.27
HexA415720571E241414d24
Octal244251620127364450111544
Binary1010010010101111001001010111111101001001010000011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41572; }

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

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

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

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

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

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

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

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