#A2004E

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

Shades of Jazzberry Jam #A2004E

Tints of Jazzberry Jam #A2004E

Color information

#A2004E (or 0xA2004E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 00 and 4E. RGB value is (162,0,78). Sum of RGB (Red+Green+Blue) = 162+0+78=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2004E is #5DFFB1. Grayscale: #393939. Windows color (decimal): -6160306 or 5111970. OLE color: 5111970.

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

Color convert

RGB162078-
CMYK010.520.36
HSL331.11º100%31.76%-
HSV(B)331.11º100%63.53%-
XYZ16.288.237.94-
YUV57.33139.67202.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=67.5%
G=0%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162078010.520.36331.1110031.76
HexA204E064342414b6420
Octal24201160144644451314440
Binary1010001001001110011001001101001001001010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2004E; }

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

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

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

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

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

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

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

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