#A2124F

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

Shades of Jazzberry Jam #A2124F

Tints of Jazzberry Jam #A2124F

Color information

#A2124F (or 0xA2124F) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 4F. RGB value is (162,18,79). Sum of RGB (Red+Green+Blue) = 162+18+79=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2124F is #5DEDB0. Grayscale: #434343. Windows color (decimal): -6155697 or 5182114. OLE color: 5182114.

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

Color convert

RGB1621879-
CMYK00.890.510.36
HSL334.58º80%35.29%-
HSV(B)334.58º88.89%63.53%-
XYZ16.538.688.2-
YUV68.01134.21195.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=62.55%
G=6.95%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162187900.890.510.36334.588035.29
HexA2124F059332414f5023
Octal242221170131634451712043
Binary10100010100101001111010110011100111001001010011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2124F; }

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

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

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

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

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

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

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

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