#A61267

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

Shades of Jazzberry Jam #A61267

Tints of Jazzberry Jam #A61267

Color information

#A61267 (or 0xA61267) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 12 and 67. RGB value is (166,18,103). Sum of RGB (Red+Green+Blue) = 166+18+103=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A61267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61267 is #59ED98. Grayscale: #474747. Windows color (decimal): -5893529 or 6754982. OLE color: 6754982.

HSL color Cylindrical-coordinate representation of color #A61267: hue angle of 325.54º 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 #A61267 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16618103-
CMYK00.890.380.35
HSL325.54º80.43%36.08%-
HSV(B)325.54º89.16%65.1%-
XYZ18.399.5213.7-
YUV71.94145.53195.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=57.84%
G=6.27%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661810300.890.380.35325.5480.4336.08
HexA6126705926231465024
Octal246221470131464350612044
Binary10100110100101100111010110011001101000111010001101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61267; }

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

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

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

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

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

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

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

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