#A61463

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

Shades of Jazzberry Jam #A61463

Tints of Jazzberry Jam #A61463

Color information

#A61463 (or 0xA61463) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 14 and 63. RGB value is (166,20,99). Sum of RGB (Red+Green+Blue) = 166+20+99=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A61463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61463 is #59EB9C. Grayscale: #484848. Windows color (decimal): -5893021 or 6493350. OLE color: 6493350.

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

Color convert

RGB1662099-
CMYK00.880.400.35
HSL327.53º78.49%36.47%-
HSV(B)327.53º87.95%65.1%-
XYZ18.239.5112.68-
YUV72.66142.87194.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=58.25%
G=7.02%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166209900.880.400.35327.5378.4936.47
HexA6146305828231484e24
Octal246241430130504351011644
Binary10100110101001100011010110001010001000111010010001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61463; }

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

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

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

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

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

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

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

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