#A21F70

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

Shades of Jazzberry Jam #A21F70

Tints of Jazzberry Jam #A21F70

Color information

#A21F70 (or 0xA21F70) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1F and 70. RGB value is (162,31,112). Sum of RGB (Red+Green+Blue) = 162+31+112=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F70 is #5DE08F. Grayscale: #4F4F4F. Windows color (decimal): -6152336 or 7348130. OLE color: 7348130.

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

Color convert

RGB16231112-
CMYK00.810.310.36
HSL322.9º67.88%37.84%-
HSV(B)322.9º80.86%63.53%-
XYZ18.319.8316.26-
YUV79.4146.4186.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=53.11%
G=10.16%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623111200.810.310.36322.967.8837.84
HexA21F700511F241434426
Octal242371600121374450310446
Binary1010001011111111000001010001111111001001010000111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F70; }

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

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

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

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

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

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

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

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