#A6256A

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

Shades of Jazzberry Jam #A6256A

Tints of Jazzberry Jam #A6256A

Color information

#A6256A (or 0xA6256A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 25 and 6A. RGB value is (166,37,106). Sum of RGB (Red+Green+Blue) = 166+37+106=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256A is #59DA95. Grayscale: #535353. Windows color (decimal): -5888662 or 6956454. OLE color: 6956454.

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

Color convert

RGB16637106-
CMYK00.780.360.35
HSL327.91º63.55%39.8%-
HSV(B)327.91º77.71%65.1%-
XYZ18.9910.4714.66-
YUV83.44140.74186.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=53.72%
G=11.97%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663710600.780.360.35327.9163.5539.8
HexA6256A04E24231484028
Octal246451520116444351010050
Binary101001101001011101010010011101001001000111010010001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6256A; }

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

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

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

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

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

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

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

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