#AB226C

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

Shades of Jazzberry Jam #AB226C

Tints of Jazzberry Jam #AB226C

Color information

#AB226C (or 0xAB226C) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 22 and 6C. RGB value is (171,34,108). Sum of RGB (Red+Green+Blue) = 171+34+108=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB226C is #54DD93. Grayscale: #535353. Windows color (decimal): -5561748 or 7086763. OLE color: 7086763.

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

Color convert

RGB17134108-
CMYK00.800.370.33
HSL327.59º66.83%40.2%-
HSV(B)327.59º80.12%67.06%-
XYZ20.0710.8815.23-
YUV83.4141.89190.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=54.63%
G=10.86%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713410800.800.370.33327.5966.8340.2
HexAB226C05025211484328
Octal253421540120454151010350
Binary101010111000101101100010100001001011000011010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB226C; }

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

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

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

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

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

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

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

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