#A2014D

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

Shades of Jazzberry Jam #A2014D

Tints of Jazzberry Jam #A2014D

Color information

#A2014D (or 0xA2014D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 01 and 4D. RGB value is (162,1,77). Sum of RGB (Red+Green+Blue) = 162+1+77=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2014D is #5DFEB2. Grayscale: #393939. Windows color (decimal): -6160051 or 5046690. OLE color: 5046690.

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

Color convert

RGB162177-
CMYK00.990.520.36
HSL331.68º98.77%31.96%-
HSV(B)331.68º99.38%63.53%-
XYZ16.258.247.75-
YUV57.8138.84202.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=67.5%
G=0.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16217700.990.520.36331.6898.7731.96
HexA214D063342414c6320
Octal24211150143644451414340
Binary1010001011001101011000111101001001001010011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2014D; }

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

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

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

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

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

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

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

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