#AB186D

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

Shades of Jazzberry Jam #AB186D

Tints of Jazzberry Jam #AB186D

Color information

#AB186D (or 0xAB186D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 18 and 6D. RGB value is (171,24,109). Sum of RGB (Red+Green+Blue) = 171+24+109=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB186D is #54E792. Grayscale: #4D4D4D. Windows color (decimal): -5564307 or 7149739. OLE color: 7149739.

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

Color convert

RGB17124109-
CMYK00.860.360.33
HSL325.31º75.38%38.24%-
HSV(B)325.31º85.96%67.06%-
XYZ19.8810.4215.43-
YUV77.64145.7194.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=56.25%
G=7.89%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712410900.860.360.33325.3175.3838.24
HexAB186D05624211454b26
Octal253301550126444150511346
Binary10101011110001101101010101101001001000011010001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB186D; }

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

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

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

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

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

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

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

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