#A21F72

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

Shades of Jazzberry Jam #A21F72

Tints of Jazzberry Jam #A21F72

Color information

#A21F72 (or 0xA21F72) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1F and 72. RGB value is (162,31,114). Sum of RGB (Red+Green+Blue) = 162+31+114=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F72 is #5DE08D. Grayscale: #4F4F4F. Windows color (decimal): -6152334 or 7479202. OLE color: 7479202.

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

Color convert

RGB16231114-
CMYK00.810.300.36
HSL321.98º67.88%37.84%-
HSV(B)321.98º80.86%63.53%-
XYZ18.439.8816.85-
YUV79.63147.4186.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=52.77%
G=10.10%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623111400.810.300.36321.9867.8837.84
HexA21F720511E241424426
Octal242371620121364450210446
Binary1010001011111111001001010001111101001001010000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F72; }

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

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

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

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

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

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

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

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