#a8256e

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

Shades of Jazzberry Jam #A8256E

Tints of Jazzberry Jam #A8256E

Color information

#A8256E (or 0xA8256E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 25 and 6E. RGB value is (168,37,110). Sum of RGB (Red+Green+Blue) = 168+37+110=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256E is #57DA91. Grayscale: #545454. Windows color (decimal): -5757586 or 7218600. OLE color: 7218600.

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

Color convert

RGB16837110-
CMYK00.780.350.34
HSL326.56º63.9%40.2%-
HSV(B)326.56º77.98%65.88%-
XYZ19.6210.7715.8-
YUV84.49142.4187.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=53.33%
G=11.75%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683711000.780.350.34326.5663.940.2
HexA8256E04E23221474028
Octal250451560116434250710050
Binary101010001001011101110010011101000111000101010001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8256e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8256e; }

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

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

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

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

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

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

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

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