#A61263

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

Shades of Jazzberry Jam #A61263

Tints of Jazzberry Jam #A61263

Color information

#A61263 (or 0xA61263) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 12 and 63. RGB value is (166,18,99). Sum of RGB (Red+Green+Blue) = 166+18+99=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A61263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61263 is #59ED9C. Grayscale: #474747. Windows color (decimal): -5893533 or 6492838. OLE color: 6492838.

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

Color convert

RGB1661899-
CMYK00.890.400.35
HSL327.16º80.43%36.08%-
HSV(B)327.16º89.16%65.1%-
XYZ18.199.4412.67-
YUV71.49143.53195.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=58.66%
G=6.36%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166189900.890.400.35327.1680.4336.08
HexA6126305928231475024
Octal246221430131504350712044
Binary10100110100101100011010110011010001000111010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61263; }

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

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

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

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

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

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

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

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