#AB0662

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

Shades of Jazzberry Jam #AB0662

Tints of Jazzberry Jam #AB0662

Color information

#AB0662 (or 0xAB0662) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 06 and 62. RGB value is (171,6,98). Sum of RGB (Red+Green+Blue) = 171+6+98=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0662 is #54F99D. Grayscale: #414141. Windows color (decimal): -5568926 or 6424235. OLE color: 6424235.

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

Color convert

RGB171698-
CMYK00.960.430.33
HSL326.55º93.22%34.71%-
HSV(B)326.55º96.49%67.06%-
XYZ19.069.6712.42-
YUV65.82146.16203.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.18%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=62.18%
G=2.18%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17169800.960.430.33326.5593.2234.71
HexAB6620602B211475d23
Octal25361420140534150713543
Binary101010111101100010011000001010111000011010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0662; }

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

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

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

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

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

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

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

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