#AB2165

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

Shades of Jazzberry Jam #AB2165

Tints of Jazzberry Jam #AB2165

Color information

#AB2165 (or 0xAB2165) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 21 and 65. RGB value is (171,33,101). Sum of RGB (Red+Green+Blue) = 171+33+101=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2165 is #54DE9A. Grayscale: #515151. Windows color (decimal): -5562011 or 6627755. OLE color: 6627755.

HSL color Cylindrical-coordinate representation of color #AB2165: hue angle of 330.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2165 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17133101-
CMYK00.810.410.33
HSL330.43º67.65%40%-
HSV(B)330.43º80.7%67.06%-
XYZ19.6910.6913.34-
YUV82.01138.72191.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=56.07%
G=10.82%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713310100.810.410.33330.4367.6540
HexAB2165051292114a4428
Octal253411450121514151210450
Binary101010111000011100101010100011010011000011010010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2165; }

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

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

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

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

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

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

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

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