#A21148

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

Shades of Jazzberry Jam #A21148

Tints of Jazzberry Jam #A21148

Color information

#A21148 (or 0xA21148) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 48. RGB value is (162,17,72). Sum of RGB (Red+Green+Blue) = 162+17+72=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A21148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21148 is #5DEEB7. Grayscale: #424242. Windows color (decimal): -6155960 or 4723106. OLE color: 4723106.

HSL color Cylindrical-coordinate representation of color #A21148: hue angle of 337.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21148 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1621772-
CMYK00.900.560.36
HSL337.24º81.01%35.1%-
HSV(B)337.24º89.51%63.53%-
XYZ16.278.556.92-
YUV66.62131.04196.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=64.54%
G=6.77%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162177200.900.560.36337.2481.0135.1
HexA2114805A38241515123
Octal242211100132704452112143
Binary10100010100011001000010110101110001001001010100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21148; }

 p { color: rgb(162,17,72); }

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

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

 a { background-color: rgb(162,17,72); }

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

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

 span { border-color: rgb(162,17,72); }

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