#A8226C

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

Shades of Jazzberry Jam #A8226C

Tints of Jazzberry Jam #A8226C

Color information

#A8226C (or 0xA8226C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 22 and 6C. RGB value is (168,34,108). Sum of RGB (Red+Green+Blue) = 168+34+108=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8226C is #57DD93. Grayscale: #525252. Windows color (decimal): -5758356 or 7086760. OLE color: 7086760.

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

Color convert

RGB16834108-
CMYK00.800.360.34
HSL326.87º66.34%39.61%-
HSV(B)326.87º79.76%65.88%-
XYZ19.4310.5515.2-
YUV82.5142.39188.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.19%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=54.19%
G=10.97%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683410800.800.360.34326.8766.3439.61
HexA8226C05024221474228
Octal250421540120444250710250
Binary101010001000101101100010100001001001000101010001111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8226C; }

 p { color: rgb(168,34,108); }

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

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

 a { background-color: rgb(168,34,108); }

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

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

 span { border-color: rgb(168,34,108); }

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