#A42272

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

Shades of Jazzberry Jam #A42272

Tints of Jazzberry Jam #A42272

Color information

#A42272 (or 0xA42272) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 22 and 72. RGB value is (164,34,114). Sum of RGB (Red+Green+Blue) = 164+34+114=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A42272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42272 is #5BDD8D. Grayscale: #515151. Windows color (decimal): -6020494 or 7479972. OLE color: 7479972.

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

Color convert

RGB16434114-
CMYK00.790.300.36
HSL323.08º65.66%38.82%-
HSV(B)323.08º79.27%64.31%-
XYZ18.9210.2516.9-
YUV81.99146.07186.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=52.56%
G=10.90%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643411400.790.300.36323.0865.6638.82
HexA4227204F1E241434227
Octal244421620117364450310247
Binary10100100100010111001001001111111101001001010000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42272; }

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

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

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

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

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

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

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

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