#A0014E

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

Shades of Jazzberry Jam #A0014E

Tints of Jazzberry Jam #A0014E

Color information

#A0014E (or 0xA0014E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 01 and 4E. RGB value is (160,1,78). Sum of RGB (Red+Green+Blue) = 160+1+78=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0014E is #5FFEB1. Grayscale: #393939. Windows color (decimal): -6291122 or 5112224. OLE color: 5112224.

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

Color convert

RGB160178-
CMYK00.990.510.37
HSL330.94º98.76%31.57%-
HSV(B)330.94º99.37%62.75%-
XYZ15.888.057.92-
YUV57.32139.68201.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=66.95%
G=0.42%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16017800.990.510.37330.9498.7631.57
HexA014E063332514b6320
Octal24011160143634551314340
Binary1010000011001110011000111100111001011010010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0014E; }

 p { color: rgb(160,1,78); }

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

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

 a { background-color: rgb(160,1,78); }

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

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

 span { border-color: rgb(160,1,78); }

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