#A00C69

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

Shades of Jazzberry Jam #A00C69

Tints of Jazzberry Jam #A00C69

Color information

#A00C69 (or 0xA00C69) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0C and 69. RGB value is (160,12,105). Sum of RGB (Red+Green+Blue) = 160+12+105=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C69 is #5FF396. Grayscale: #424242. Windows color (decimal): -6288279 or 6884512. OLE color: 6884512.

HSL color Cylindrical-coordinate representation of color #A00C69: hue angle of 322.3º 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 #A00C69 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16012105-
CMYK00.930.340.37
HSL322.3º86.05%33.73%-
HSV(B)322.3º92.5%62.75%-
XYZ17.188.7614.15-
YUV66.85149.53194.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=57.76%
G=4.33%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601210500.930.340.37322.386.0533.73
HexA0C6905D22251425622
Octal240141510135424550212642
Binary1010000011001101001010111011000101001011010000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C69; }

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

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

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

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

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

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

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

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