#AB0361

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

Shades of Jazzberry Jam #AB0361

Tints of Jazzberry Jam #AB0361

Color information

#AB0361 (or 0xAB0361) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 03 and 61. RGB value is (171,3,97). Sum of RGB (Red+Green+Blue) = 171+3+97=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0361 is #54FC9E. Grayscale: #3F3F3F. Windows color (decimal): -5569695 or 6357931. OLE color: 6357931.

HSL color Cylindrical-coordinate representation of color #AB0361: hue angle of 326.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0361 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB171397-
CMYK00.980.430.33
HSL326.43º96.55%34.12%-
HSV(B)326.43º98.25%67.06%-
XYZ18.989.5912.16-
YUV63.95146.66204.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=63.10%
G=1.11%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17139700.980.430.33326.4396.5534.12
HexAB3610622B211466122
Octal25331410142534150614142
Binary10101011111100001011000101010111000011010001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0361; }

 p { color: rgb(171,3,97); }

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

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

 a { background-color: rgb(171,3,97); }

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

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

 span { border-color: rgb(171,3,97); }

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