#AB005A

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

Shades of Jazzberry Jam #AB005A

Tints of Jazzberry Jam #AB005A

Color information

#AB005A (or 0xAB005A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 5A. RGB value is (171,0,90). Sum of RGB (Red+Green+Blue) = 171+0+90=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005A is #54FFA5. Grayscale: #3D3D3D. Windows color (decimal): -5570470 or 5898411. OLE color: 5898411.

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

Color convert

RGB171090-
CMYK010.470.33
HSL328.42º100%33.53%-
HSV(B)328.42º100%67.06%-
XYZ18.649.410.5-
YUV61.39144.15206.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=65.52%
G=0%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171090010.470.33328.4210033.53
HexAB05A0642F211486422
Octal25301320144574151014442
Binary1010101101011010011001001011111000011010010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB005A; }

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

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

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

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

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

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

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

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