#A0024C

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

Shades of Jazzberry Jam #A0024C

Tints of Jazzberry Jam #A0024C

Color information

#A0024C (or 0xA0024C) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 4C. RGB value is (160,2,76). Sum of RGB (Red+Green+Blue) = 160+2+76=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0024C is #5FFDB3. Grayscale: #393939. Windows color (decimal): -6290868 or 4981408. OLE color: 4981408.

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

Color convert

RGB160276-
CMYK00.990.520.37
HSL331.9º97.53%31.76%-
HSV(B)331.9º98.75%62.75%-
XYZ15.828.047.56-
YUV57.68138.35200.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.23%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=67.23%
G=0.84%
B=31.93%

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
Decimal16027600.990.520.37331.997.5331.76
HexA024C063342514c6220
Octal24021140143644551414240
Binary10100000101001100011000111101001001011010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0024C; }

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

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

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

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

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

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

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

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