#AB1973

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

Shades of Jazzberry Jam #AB1973

Tints of Jazzberry Jam #AB1973

Color information

#AB1973 (or 0xAB1973) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 19 and 73. RGB value is (171,25,115). Sum of RGB (Red+Green+Blue) = 171+25+115=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1973 is #54E68C. Grayscale: #4E4E4E. Windows color (decimal): -5564045 or 7543211. OLE color: 7543211.

HSL color Cylindrical-coordinate representation of color #AB1973: hue angle of 323.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1973 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17125115-
CMYK00.850.330.33
HSL323.01º74.49%38.43%-
HSV(B)323.01º85.38%67.06%-
XYZ20.2410.5917.2-
YUV78.91148.37193.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=54.98%
G=8.04%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712511500.850.330.33323.0174.4938.43
HexAB197305521211434a26
Octal253311630125414150311246
Binary10101011110011110011010101011000011000011010000111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1973; }

 p { color: rgb(171,25,115); }

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

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

 a { background-color: rgb(171,25,115); }

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

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

 span { border-color: rgb(171,25,115); }

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