#A2024C

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

Shades of Jazzberry Jam #A2024C

Tints of Jazzberry Jam #A2024C

Color information

#A2024C (or 0xA2024C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 02 and 4C. RGB value is (162,2,76). Sum of RGB (Red+Green+Blue) = 162+2+76=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2024C is #5DFDB3. Grayscale: #3A3A3A. Windows color (decimal): -6159796 or 4981410. OLE color: 4981410.

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

Color convert

RGB162276-
CMYK00.990.530.36
HSL332.25º97.56%32.16%-
HSV(B)332.25º98.77%63.53%-
XYZ16.238.257.57-
YUV58.28138.01201.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=67.5%
G=0.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16227600.990.530.36332.2597.5632.16
HexA224C063352414c6220
Octal24221140143654451414240
Binary10100010101001100011000111101011001001010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2024C; }

 p { color: rgb(162,2,76); }

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

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

 a { background-color: rgb(162,2,76); }

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

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

 span { border-color: rgb(162,2,76); }

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