#A9226B

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

Shades of Jazzberry Jam #A9226B

Tints of Jazzberry Jam #A9226B

Color information

#A9226B (or 0xA9226B) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 22 and 6B. RGB value is (169,34,107). Sum of RGB (Red+Green+Blue) = 169+34+107=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9226B is #56DD94. Grayscale: #525252. Windows color (decimal): -5692821 or 7021225. OLE color: 7021225.

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

Color convert

RGB16934107-
CMYK00.800.370.34
HSL327.56º66.5%39.8%-
HSV(B)327.56º79.88%66.27%-
XYZ19.5910.6414.93-
YUV82.69141.73189.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=54.52%
G=10.97%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693410700.800.370.34327.5666.539.8
HexA9226B05025221484328
Octal251421530120454251010350
Binary101010011000101101011010100001001011000101010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9226B; }

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

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

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

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

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

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

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

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