#A0024B

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

Shades of Jazzberry Jam #A0024B

Tints of Jazzberry Jam #A0024B

Color information

#A0024B (or 0xA0024B) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 4B. RGB value is (160,2,75). Sum of RGB (Red+Green+Blue) = 160+2+75=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0024B is #5FFDB4. Grayscale: #393939. Windows color (decimal): -6290869 or 4915872. OLE color: 4915872.

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

Color convert

RGB160275-
CMYK00.990.530.37
HSL332.28º97.53%31.76%-
HSV(B)332.28º98.75%62.75%-
XYZ15.798.027.37-
YUV57.56137.85201.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=67.51%
G=0.84%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16027500.990.530.37332.2897.5331.76
HexA024B063352514c6220
Octal24021130143654551414240
Binary10100000101001011011000111101011001011010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0024B; }

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

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

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

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

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

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

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

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