#AB256D

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

Shades of Jazzberry Jam #AB256D

Tints of Jazzberry Jam #AB256D

Color information

#AB256D (or 0xAB256D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 25 and 6D. RGB value is (171,37,109). Sum of RGB (Red+Green+Blue) = 171+37+109=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256D is #54DA92. Grayscale: #555555. Windows color (decimal): -5560979 or 7153067. OLE color: 7153067.

HSL color Cylindrical-coordinate representation of color #AB256D: hue angle of 327.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB256D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17137109-
CMYK00.780.360.33
HSL327.76º64.42%40.78%-
HSV(B)327.76º78.36%67.06%-
XYZ20.2211.0915.54-
YUV85.27141.39189.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=53.94%
G=11.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713710900.780.360.33327.7664.4240.78
HexAB256D04E24211484029
Octal253451550116444151010051
Binary101010111001011101101010011101001001000011010010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB256D; }

 p { color: rgb(171,37,109); }

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

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

 a { background-color: rgb(171,37,109); }

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

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

 span { border-color: rgb(171,37,109); }

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