#AB1263

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

Shades of Jazzberry Jam #AB1263

Tints of Jazzberry Jam #AB1263

Color information

#AB1263 (or 0xAB1263) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 63. RGB value is (171,18,99). Sum of RGB (Red+Green+Blue) = 171+18+99=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1263 is #54ED9C. Grayscale: #484848. Windows color (decimal): -5565853 or 6492843. OLE color: 6492843.

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

Color convert

RGB1711899-
CMYK00.890.420.33
HSL328.24º80.95%37.06%-
HSV(B)328.24º89.47%67.06%-
XYZ19.269.9912.72-
YUV72.98142.69197.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=59.38%
G=6.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171189900.890.420.33328.2480.9537.06
HexAB12630592A211485125
Octal253221430131524151012145
Binary10101011100101100011010110011010101000011010010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1263; }

 p { color: rgb(171,18,99); }

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

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

 a { background-color: rgb(171,18,99); }

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

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

 span { border-color: rgb(171,18,99); }

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