#A2004F

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

Shades of Jazzberry Jam #A2004F

Tints of Jazzberry Jam #A2004F

Color information

#A2004F (or 0xA2004F) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 00 and 4F. RGB value is (162,0,79). Sum of RGB (Red+Green+Blue) = 162+0+79=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2004F is #5DFFB0. Grayscale: #393939. Windows color (decimal): -6160305 or 5177506. OLE color: 5177506.

HSL color Cylindrical-coordinate representation of color #A2004F: hue angle of 330.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2004F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB162079-
CMYK010.510.36
HSL330.74º100%31.76%-
HSV(B)330.74º100%63.53%-
XYZ16.318.258.13-
YUV57.44140.17202.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=67.22%
G=0%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162079010.510.36330.7410031.76
HexA204F064332414b6420
Octal24201170144634451314440
Binary1010001001001111011001001100111001001010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2004F; }

 p { color: rgb(162,0,79); }

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

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

 a { background-color: rgb(162,0,79); }

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

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

 span { border-color: rgb(162,0,79); }

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