#ab1b73

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

Shades of Jazzberry Jam #AB1B73

Tints of Jazzberry Jam #AB1B73

Color information

#AB1B73 (or 0xAB1B73) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1B and 73. RGB value is (171,27,115). Sum of RGB (Red+Green+Blue) = 171+27+115=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B73 is #54E48C. Grayscale: #4F4F4F. Windows color (decimal): -5563533 or 7543723. OLE color: 7543723.

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

Color convert

RGB17127115-
CMYK00.840.330.33
HSL323.33º72.73%38.82%-
HSV(B)323.33º84.21%67.06%-
XYZ20.2810.6817.21-
YUV80.09147.71192.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=54.63%
G=8.63%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712711500.840.330.33323.3372.7338.82
HexAB1B7305421211434927
Octal253331630124414150311147
Binary10101011110111110011010101001000011000011010000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1b73; }

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

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

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

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

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

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

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

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