#A6256C

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

Shades of Jazzberry Jam #A6256C

Tints of Jazzberry Jam #A6256C

Color information

#A6256C (or 0xA6256C) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 25 and 6C. RGB value is (166,37,108). Sum of RGB (Red+Green+Blue) = 166+37+108=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256C is #59DA93. Grayscale: #535353. Windows color (decimal): -5888660 or 7087526. OLE color: 7087526.

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

Color convert

RGB16637108-
CMYK00.780.350.35
HSL326.98º63.55%39.8%-
HSV(B)326.98º77.71%65.1%-
XYZ19.0910.5115.21-
YUV83.66141.74186.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=53.38%
G=11.90%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663710800.780.350.35326.9863.5539.8
HexA6256C04E23231474028
Octal246451540116434350710050
Binary101001101001011101100010011101000111000111010001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6256C; }

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

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

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

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

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

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

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

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