#AB165A

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

Shades of Jazzberry Jam #AB165A

Tints of Jazzberry Jam #AB165A

Color information

#AB165A (or 0xAB165A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 16 and 5A. RGB value is (171,22,90). Sum of RGB (Red+Green+Blue) = 171+22+90=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB165A is #54E9A5. Grayscale: #4A4A4A. Windows color (decimal): -5564838 or 5904043. OLE color: 5904043.

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

Color convert

RGB1712290-
CMYK00.870.470.33
HSL332.62º77.2%37.84%-
HSV(B)332.62º87.13%67.06%-
XYZ18.939.9710.6-
YUV74.3136.86196.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=60.42%
G=7.77%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171229000.870.470.33332.6277.237.84
HexAB165A0572F2114d4d26
Octal253261320127574151511546
Binary10101011101101011010010101111011111000011010011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB165A; }

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

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

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

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

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

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

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

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