#A0024D

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

Shades of Jazzberry Jam #A0024D

Tints of Jazzberry Jam #A0024D

Color information

#A0024D (or 0xA0024D) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 4D. RGB value is (160,2,77). Sum of RGB (Red+Green+Blue) = 160+2+77=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0024D is #5FFDB2. Grayscale: #393939. Windows color (decimal): -6290867 or 5046944. OLE color: 5046944.

HSL color Cylindrical-coordinate representation of color #A0024D: hue angle of 331.52º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0024D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB160277-
CMYK00.990.520.37
HSL331.52º97.53%31.76%-
HSV(B)331.52º98.75%62.75%-
XYZ15.868.057.74-
YUV57.79138.85200.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=66.95%
G=0.84%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16027700.990.520.37331.5297.5331.76
HexA024D063342514c6220
Octal24021150143644551414240
Binary10100000101001101011000111101001001011010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0024D; }

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

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

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

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

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

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

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

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