#AB226F

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

Shades of Jazzberry Jam #AB226F

Tints of Jazzberry Jam #AB226F

Color information

#AB226F (or 0xAB226F) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 22 and 6F. RGB value is (171,34,111). Sum of RGB (Red+Green+Blue) = 171+34+111=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB226F is #54DD90. Grayscale: #535353. Windows color (decimal): -5561745 or 7283371. OLE color: 7283371.

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

Color convert

RGB17134111-
CMYK00.800.350.33
HSL326.28º66.83%40.2%-
HSV(B)326.28º80.12%67.06%-
XYZ20.2410.9516.09-
YUV83.74143.39190.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 34 (13.67% from 255) = 10.76%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=54.11%
G=10.76%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713411100.800.350.33326.2866.8340.2
HexAB226F05023211464328
Octal253421570120434150610350
Binary101010111000101101111010100001000111000011010001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB226F; }

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

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

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

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

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

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

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

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