#AB0368

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

Shades of Jazzberry Jam #AB0368

Tints of Jazzberry Jam #AB0368

Color information

#AB0368 (or 0xAB0368) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 03 and 68. RGB value is (171,3,104). Sum of RGB (Red+Green+Blue) = 171+3+104=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0368 is #54FC97. Grayscale: #404040. Windows color (decimal): -5569688 or 6816683. OLE color: 6816683.

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

Color convert

RGB1713104-
CMYK00.980.390.33
HSL323.93º96.55%34.12%-
HSV(B)323.93º98.25%67.06%-
XYZ19.339.7213.95-
YUV64.75150.16203.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=61.51%
G=1.08%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171310400.980.390.33323.9396.5534.12
HexAB36806227211446122
Octal25331500142474150414142
Binary10101011111101000011000101001111000011010001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0368; }

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

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

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

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

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

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

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

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