#AB1A6A

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

Shades of Jazzberry Jam #AB1A6A

Tints of Jazzberry Jam #AB1A6A

Color information

#AB1A6A (or 0xAB1A6A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1A and 6A. RGB value is (171,26,106). Sum of RGB (Red+Green+Blue) = 171+26+106=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A6A is #54E595. Grayscale: #4E4E4E. Windows color (decimal): -5563798 or 6953643. OLE color: 6953643.

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

Color convert

RGB17126106-
CMYK00.850.380.33
HSL326.9º73.6%38.63%-
HSV(B)326.9º84.8%67.06%-
XYZ19.7710.4414.61-
YUV78.47143.54194-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=56.44%
G=8.58%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712610600.850.380.33326.973.638.63
HexAB1A6A05526211474a27
Octal253321520125464150711247
Binary10101011110101101010010101011001101000011010001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A6A; }

 p { color: rgb(171,26,106); }

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

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

 a { background-color: rgb(171,26,106); }

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

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

 span { border-color: rgb(171,26,106); }

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