#AB226B

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

Shades of Jazzberry Jam #AB226B

Tints of Jazzberry Jam #AB226B

Color information

#AB226B (or 0xAB226B) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 22 and 6B. RGB value is (171,34,107). Sum of RGB (Red+Green+Blue) = 171+34+107=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB226B is #54DD94. Grayscale: #535353. Windows color (decimal): -5561749 or 7021227. OLE color: 7021227.

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

Color convert

RGB17134107-
CMYK00.800.370.33
HSL328.03º66.83%40.2%-
HSV(B)328.03º80.12%67.06%-
XYZ20.0210.8614.95-
YUV83.28141.39190.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=54.81%
G=10.90%
B=34.29%

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
Decimal1713410700.800.370.33328.0366.8340.2
HexAB226B05025211484328
Octal253421530120454151010350
Binary101010111000101101011010100001001011000011010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB226B; }

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

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

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

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

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

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

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

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