#A0156C

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

Shades of Jazzberry Jam #A0156C

Tints of Jazzberry Jam #A0156C

Color information

#A0156C (or 0xA0156C) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 15 and 6C. RGB value is (160,21,108). Sum of RGB (Red+Green+Blue) = 160+21+108=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0156C is #5FEA93. Grayscale: #484848. Windows color (decimal): -6285972 or 7083424. OLE color: 7083424.

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

Color convert

RGB16021108-
CMYK00.870.320.37
HSL322.45º76.8%35.49%-
HSV(B)322.45º86.87%62.75%-
XYZ17.479.0915.02-
YUV72.48148.05190.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=55.36%
G=7.27%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602110800.870.320.37322.4576.835.49
HexA0156C05720251424d23
Octal240251540127404550211543
Binary10100000101011101100010101111000001001011010000101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0156C; }

 p { color: rgb(160,21,108); }

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

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

 a { background-color: rgb(160,21,108); }

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

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

 span { border-color: rgb(160,21,108); }

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