#AB1967

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

Shades of Jazzberry Jam #AB1967

Tints of Jazzberry Jam #AB1967

Color information

#AB1967 (or 0xAB1967) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 19 and 67. RGB value is (171,25,103). Sum of RGB (Red+Green+Blue) = 171+25+103=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1967 is #54E698. Grayscale: #4D4D4D. Windows color (decimal): -5564057 or 6756779. OLE color: 6756779.

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

Color convert

RGB17125103-
CMYK00.850.400.33
HSL327.95º74.49%38.43%-
HSV(B)327.95º85.38%67.06%-
XYZ19.5910.3313.79-
YUV77.55142.37194.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=57.19%
G=8.36%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712510300.850.400.33327.9574.4938.43
HexAB196705528211484a26
Octal253311470125504151011246
Binary10101011110011100111010101011010001000011010010001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1967; }

 p { color: rgb(171,25,103); }

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

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

 a { background-color: rgb(171,25,103); }

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

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

 span { border-color: rgb(171,25,103); }

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