#AB005F

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

Shades of Jazzberry Jam #AB005F

Tints of Jazzberry Jam #AB005F

Color information

#AB005F (or 0xAB005F) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 5F. RGB value is (171,0,95). Sum of RGB (Red+Green+Blue) = 171+0+95=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005F is #54FFA0. Grayscale: #3D3D3D. Windows color (decimal): -5570465 or 6226091. OLE color: 6226091.

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

Color convert

RGB171095-
CMYK010.440.33
HSL326.67º100%33.53%-
HSV(B)326.67º100%67.06%-
XYZ18.869.4811.66-
YUV61.96146.65205.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171095010.440.33326.6710033.53
HexAB05F0642C211476422
Octal25301370144544150714442
Binary1010101101011111011001001011001000011010001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB005F; }

 p { color: rgb(171,0,95); }

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

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

 a { background-color: rgb(171,0,95); }

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

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

 span { border-color: rgb(171,0,95); }

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