#AB0064

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

Shades of Jazzberry Jam #AB0064

Tints of Jazzberry Jam #AB0064

Color information

#AB0064 (or 0xAB0064) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 64. RGB value is (171,0,100). Sum of RGB (Red+Green+Blue) = 171+0+100=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0064 is #54FF9B. Grayscale: #3E3E3E. Windows color (decimal): -5570460 or 6553771. OLE color: 6553771.

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

Color convert

RGB1710100-
CMYK010.420.33
HSL324.91º100%33.53%-
HSV(B)324.91º100%67.06%-
XYZ19.099.5812.9-
YUV62.53149.15205.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=63.10%
G=0%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710100010.420.33324.9110033.53
HexAB0640642A211456422
Octal25301440144524150514442
Binary1010101101100100011001001010101000011010001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0064; }

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

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

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

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

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

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

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

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