#A61D63

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

Shades of Jazzberry Jam #A61D63

Tints of Jazzberry Jam #A61D63

Color information

#A61D63 (or 0xA61D63) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1D and 63. RGB value is (166,29,99). Sum of RGB (Red+Green+Blue) = 166+29+99=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D63 is #59E29C. Grayscale: #4D4D4D. Windows color (decimal): -5890717 or 6495654. OLE color: 6495654.

HSL color Cylindrical-coordinate representation of color #A61D63: hue angle of 329.34º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D63 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1662999-
CMYK00.830.400.35
HSL329.34º70.26%38.24%-
HSV(B)329.34º82.53%65.1%-
XYZ18.429.8912.74-
YUV77.94139.89190.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=56.46%
G=9.86%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166299900.830.400.35329.3470.2638.24
HexA61D6305328231494626
Octal246351430123504351110646
Binary10100110111011100011010100111010001000111010010011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D63; }

 p { color: rgb(166,29,99); }

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

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

 a { background-color: rgb(166,29,99); }

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

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

 span { border-color: rgb(166,29,99); }

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