#A6256E

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

Shades of Jazzberry Jam #A6256E

Tints of Jazzberry Jam #A6256E

Color information

#A6256E (or 0xA6256E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 25 and 6E. RGB value is (166,37,110). Sum of RGB (Red+Green+Blue) = 166+37+110=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256E is #59DA91. Grayscale: #535353. Windows color (decimal): -5888658 or 7218598. OLE color: 7218598.

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

Color convert

RGB16637110-
CMYK00.780.340.35
HSL326.05º63.55%39.8%-
HSV(B)326.05º77.71%65.1%-
XYZ19.210.5615.78-
YUV83.89142.74186.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=53.04%
G=11.82%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663711000.780.340.35326.0563.5539.8
HexA6256E04E22231464028
Octal246451560116424350610050
Binary101001101001011101110010011101000101000111010001101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6256E; }

 p { color: rgb(166,37,110); }

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

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

 a { background-color: rgb(166,37,110); }

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

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

 span { border-color: rgb(166,37,110); }

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