#A01A63

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

Shades of Jazzberry Jam #A01A63

Tints of Jazzberry Jam #A01A63

Color information

#A01A63 (or 0xA01A63) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1A and 63. RGB value is (160,26,99). Sum of RGB (Red+Green+Blue) = 160+26+99=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A63 is #5FE59C. Grayscale: #4A4A4A. Windows color (decimal): -6284701 or 6494880. OLE color: 6494880.

HSL color Cylindrical-coordinate representation of color #A01A63: hue angle of 327.31º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A63 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1602699-
CMYK00.840.380.37
HSL327.31º72.04%36.47%-
HSV(B)327.31º83.75%62.75%-
XYZ17.129.1112.66-
YUV74.39141.89189.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=56.14%
G=9.12%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160269900.840.380.37327.3172.0436.47
HexA01A6305426251474824
Octal240321430124464550711044
Binary10100000110101100011010101001001101001011010001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A63; }

 p { color: rgb(160,26,99); }

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

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

 a { background-color: rgb(160,26,99); }

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

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

 span { border-color: rgb(160,26,99); }

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