#A00C68

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

Shades of Jazzberry Jam #A00C68

Tints of Jazzberry Jam #A00C68

Color information

#A00C68 (or 0xA00C68) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0C and 68. RGB value is (160,12,104). Sum of RGB (Red+Green+Blue) = 160+12+104=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C68 is #5FF397. Grayscale: #424242. Windows color (decimal): -6288280 or 6818976. OLE color: 6818976.

HSL color Cylindrical-coordinate representation of color #A00C68: hue angle of 322.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C68 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16012104-
CMYK00.930.350.37
HSL322.7º86.05%33.73%-
HSV(B)322.7º92.5%62.75%-
XYZ17.138.7413.88-
YUV66.74149.03194.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=57.97%
G=4.35%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601210400.930.350.37322.786.0533.73
HexA0C6805D23251435622
Octal240141500135434550312642
Binary1010000011001101000010111011000111001011010000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C68; }

 p { color: rgb(160,12,104); }

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

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

 a { background-color: rgb(160,12,104); }

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

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

 span { border-color: rgb(160,12,104); }

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