#AB1B6B

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

Shades of Jazzberry Jam #AB1B6B

Tints of Jazzberry Jam #AB1B6B

Color information

#AB1B6B (or 0xAB1B6B) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1B and 6B. RGB value is (171,27,107). Sum of RGB (Red+Green+Blue) = 171+27+107=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B6B is #54E494. Grayscale: #4E4E4E. Windows color (decimal): -5563541 or 7019435. OLE color: 7019435.

HSL color Cylindrical-coordinate representation of color #AB1B6B: hue angle of 326.67º 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 #AB1B6B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17127107-
CMYK00.840.370.33
HSL326.67º72.73%38.82%-
HSV(B)326.67º84.21%67.06%-
XYZ19.8410.514.89-
YUV79.18143.71193.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 27 (10.94% from 255) = 8.85%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=56.07%
G=8.85%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712710700.840.370.33326.6772.7338.82
HexAB1B6B05425211474927
Octal253331530124454150711147
Binary10101011110111101011010101001001011000011010001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1B6B; }

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

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

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

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

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

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

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

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