#A2014A

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

Shades of Jazzberry Jam #A2014A

Tints of Jazzberry Jam #A2014A

Color information

#A2014A (or 0xA2014A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 01 and 4A. RGB value is (162,1,74). Sum of RGB (Red+Green+Blue) = 162+1+74=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A2014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2014A is #5DFEB5. Grayscale: #393939. Windows color (decimal): -6160054 or 4850082. OLE color: 4850082.

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

Color convert

RGB162174-
CMYK00.990.540.36
HSL332.8º98.77%31.96%-
HSV(B)332.8º99.38%63.53%-
XYZ16.158.27.21-
YUV57.46137.34202.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=68.35%
G=0.42%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16217400.990.540.36332.898.7731.96
HexA214A063362414d6320
Octal24211120143664451514340
Binary1010001011001010011000111101101001001010011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2014A; }

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

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

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

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

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

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

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

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