#A6256B

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

Shades of Jazzberry Jam #A6256B

Tints of Jazzberry Jam #A6256B

Color information

#A6256B (or 0xA6256B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 25 and 6B. RGB value is (166,37,107). Sum of RGB (Red+Green+Blue) = 166+37+107=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256B is #59DA94. Grayscale: #535353. Windows color (decimal): -5888661 or 7021990. OLE color: 7021990.

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

Color convert

RGB16637107-
CMYK00.780.360.35
HSL327.44º63.55%39.8%-
HSV(B)327.44º77.71%65.1%-
XYZ19.0410.4914.93-
YUV83.55141.24186.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=53.55%
G=11.94%
B=34.52%

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
Decimal1663710700.780.360.35327.4463.5539.8
HexA6256B04E24231474028
Octal246451530116444350710050
Binary101001101001011101011010011101001001000111010001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6256B; }

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

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

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

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

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

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

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

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