#AB0650

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

Shades of Jazzberry Jam #AB0650

Tints of Jazzberry Jam #AB0650

Color information

#AB0650 (or 0xAB0650) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 06 and 50. RGB value is (171,6,80). Sum of RGB (Red+Green+Blue) = 171+6+80=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0650 is #54F9AF. Grayscale: #3F3F3F. Windows color (decimal): -5568944 or 5244587. OLE color: 5244587.

HSL color Cylindrical-coordinate representation of color #AB0650: hue angle of 333.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0650 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB171680-
CMYK00.960.530.33
HSL333.09º93.22%34.71%-
HSV(B)333.09º96.49%67.06%-
XYZ18.319.378.43-
YUV63.77137.16204.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.54%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=66.54%
G=2.33%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17168000.960.530.33333.0993.2234.71
HexAB650060352114d5d23
Octal25361200140654151513543
Binary101010111101010000011000001101011000011010011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0650; }

 p { color: rgb(171,6,80); }

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

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

 a { background-color: rgb(171,6,80); }

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

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

 span { border-color: rgb(171,6,80); }

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