#A2054A

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

Shades of Jazzberry Jam #A2054A

Tints of Jazzberry Jam #A2054A

Color information

#A2054A (or 0xA2054A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 05 and 4A. RGB value is (162,5,74). Sum of RGB (Red+Green+Blue) = 162+5+74=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2054A is #5DFAB5. Grayscale: #3B3B3B. Windows color (decimal): -6159030 or 4851106. OLE color: 4851106.

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

Color convert

RGB162574-
CMYK00.970.540.36
HSL333.63º94.01%32.75%-
HSV(B)333.63º96.91%63.53%-
XYZ16.198.287.22-
YUV59.81136.01200.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=67.22%
G=2.07%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16257400.970.540.36333.6394.0132.75
HexA254A061362414e5e21
Octal24251120141664451613641
Binary101000101011001010011000011101101001001010011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2054A; }

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

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

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

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

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

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

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

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