#A20948

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

Shades of Jazzberry Jam #A20948

Tints of Jazzberry Jam #A20948

Color information

#A20948 (or 0xA20948) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 09 and 48. RGB value is (162,9,72). Sum of RGB (Red+Green+Blue) = 162+9+72=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A20948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20948 is #5DF6B7. Grayscale: #3D3D3D. Windows color (decimal): -6158008 or 4721058. OLE color: 4721058.

HSL color Cylindrical-coordinate representation of color #A20948: hue angle of 335.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20948 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB162972-
CMYK00.940.560.36
HSL335.29º89.47%33.53%-
HSV(B)335.29º94.44%63.53%-
XYZ16.178.346.89-
YUV61.93133.69199.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=66.67%
G=3.70%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16297200.940.560.36335.2989.4733.53
HexA294805E382414f5922
Octal242111100136704451713142
Binary1010001010011001000010111101110001001001010011111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20948; }

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

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

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

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

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

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

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

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