#A2054C

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

Shades of Jazzberry Jam #A2054C

Tints of Jazzberry Jam #A2054C

Color information

#A2054C (or 0xA2054C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 05 and 4C. RGB value is (162,5,76). Sum of RGB (Red+Green+Blue) = 162+5+76=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2054C is #5DFAB3. Grayscale: #3B3B3B. Windows color (decimal): -6159028 or 4982178. OLE color: 4982178.

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

Color convert

RGB162576-
CMYK00.970.530.36
HSL332.87º94.01%32.75%-
HSV(B)332.87º96.91%63.53%-
XYZ16.268.317.58-
YUV60.04137.01200.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=66.67%
G=2.06%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16257600.970.530.36332.8794.0132.75
HexA254C061352414d5e21
Octal24251140141654451513641
Binary101000101011001100011000011101011001001010011011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2054C; }

 p { color: rgb(162,5,76); }

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

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

 a { background-color: rgb(162,5,76); }

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

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

 span { border-color: rgb(162,5,76); }

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