#A21572

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

Shades of Jazzberry Jam #A21572

Tints of Jazzberry Jam #A21572

Color information

#A21572 (or 0xA21572) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 72. RGB value is (162,21,114). Sum of RGB (Red+Green+Blue) = 162+21+114=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21572 is #5DEA8D. Grayscale: #494949. Windows color (decimal): -6154894 or 7476642. OLE color: 7476642.

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

Color convert

RGB16221114-
CMYK00.870.300.36
HSL320.43º77.05%35.88%-
HSV(B)320.43º87.04%63.53%-
XYZ18.219.4316.78-
YUV73.76150.71190.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=54.55%
G=7.07%
B=38.38%

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
Decimal1622111400.870.300.36320.4377.0535.88
HexA215720571E241404d24
Octal242251620127364450011544
Binary1010001010101111001001010111111101001001010000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21572; }

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

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

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

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

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

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

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

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