#AB0065

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

Shades of Jazzberry Jam #AB0065

Tints of Jazzberry Jam #AB0065

Color information

#AB0065 (or 0xAB0065) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 65. RGB value is (171,0,101). Sum of RGB (Red+Green+Blue) = 171+0+101=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0065 is #54FF9A. Grayscale: #3E3E3E. Windows color (decimal): -5570459 or 6619307. OLE color: 6619307.

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

Color convert

RGB1710101-
CMYK010.410.33
HSL324.56º100%33.53%-
HSV(B)324.56º100%67.06%-
XYZ19.149.613.16-
YUV62.64149.65205.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=62.87%
G=0%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710101010.410.33324.5610033.53
HexAB06506429211456422
Octal25301450144514150514442
Binary1010101101100101011001001010011000011010001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0065; }

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

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

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

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

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

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

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

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