#A8246D

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

Shades of Jazzberry Jam #A8246D

Tints of Jazzberry Jam #A8246D

Color information

#A8246D (or 0xA8246D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 24 and 6D. RGB value is (168,36,109). Sum of RGB (Red+Green+Blue) = 168+36+109=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8246D is #57DB92. Grayscale: #535353. Windows color (decimal): -5757843 or 7152808. OLE color: 7152808.

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

Color convert

RGB16836109-
CMYK00.790.350.34
HSL326.82º64.71%40%-
HSV(B)326.82º78.57%65.88%-
XYZ19.5410.6915.5-
YUV83.79142.23188.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=53.67%
G=11.50%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683610900.790.350.34326.8264.7140
HexA8246D04F23221474128
Octal250441550117434250710150
Binary101010001001001101101010011111000111000101010001111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8246D; }

 p { color: rgb(168,36,109); }

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

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

 a { background-color: rgb(168,36,109); }

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

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

 span { border-color: rgb(168,36,109); }

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