#a8226b

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

Shades of Jazzberry Jam #A8226B

Tints of Jazzberry Jam #A8226B

Color information

#A8226B (or 0xA8226B) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 22 and 6B. RGB value is (168,34,107). Sum of RGB (Red+Green+Blue) = 168+34+107=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8226B is #57DD94. Grayscale: #525252. Windows color (decimal): -5758357 or 7021224. OLE color: 7021224.

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

Color convert

RGB16834107-
CMYK00.800.360.34
HSL327.31º66.34%39.61%-
HSV(B)327.31º79.76%65.88%-
XYZ19.3710.5314.92-
YUV82.39141.89189.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=54.37%
G=11.00%
B=34.63%

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
Decimal1683410700.800.360.34327.3166.3439.61
HexA8226B05024221474228
Octal250421530120444250710250
Binary101010001000101101011010100001001001000101010001111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8226b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8226b; }

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

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

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

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

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

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

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

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