#A2024D

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

Shades of Jazzberry Jam #A2024D

Tints of Jazzberry Jam #A2024D

Color information

#A2024D (or 0xA2024D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 02 and 4D. RGB value is (162,2,77). Sum of RGB (Red+Green+Blue) = 162+2+77=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2024D is #5DFDB2. Grayscale: #3A3A3A. Windows color (decimal): -6159795 or 5046946. OLE color: 5046946.

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

Color convert

RGB162277-
CMYK00.990.520.36
HSL331.88º97.56%32.16%-
HSV(B)331.88º98.77%63.53%-
XYZ16.268.267.76-
YUV58.39138.51201.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=67.22%
G=0.83%
B=31.95%

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
Decimal16227700.990.520.36331.8897.5632.16
HexA224D063342414c6220
Octal24221150143644451414240
Binary10100010101001101011000111101001001001010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2024D; }

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

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

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

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

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

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

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

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