#A21E70

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

Shades of Jazzberry Jam #A21E70

Tints of Jazzberry Jam #A21E70

Color information

#A21E70 (or 0xA21E70) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1E and 70. RGB value is (162,30,112). Sum of RGB (Red+Green+Blue) = 162+30+112=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E70 is #5DE18F. Grayscale: #4E4E4E. Windows color (decimal): -6152592 or 7347874. OLE color: 7347874.

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

Color convert

RGB16230112-
CMYK00.810.310.36
HSL322.73º68.75%37.65%-
HSV(B)322.73º81.48%63.53%-
XYZ18.299.7816.25-
YUV78.82146.73187.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=53.29%
G=9.87%
B=36.84%

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
Decimal1623011200.810.310.36322.7368.7537.65
HexA21E700511F241434526
Octal242361600121374450310546
Binary1010001011110111000001010001111111001001010000111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E70; }

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

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

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

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

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

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

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

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