#A00D69

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

Shades of Jazzberry Jam #A00D69

Tints of Jazzberry Jam #A00D69

Color information

#A00D69 (or 0xA00D69) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0D and 69. RGB value is (160,13,105). Sum of RGB (Red+Green+Blue) = 160+13+105=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00D69 is #5FF296. Grayscale: #434343. Windows color (decimal): -6288023 or 6884768. OLE color: 6884768.

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

Color convert

RGB16013105-
CMYK00.920.340.37
HSL322.45º84.97%33.92%-
HSV(B)322.45º91.87%62.75%-
XYZ17.198.7814.15-
YUV67.44149.2194.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=57.55%
G=4.68%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601310500.920.340.37322.4584.9733.92
HexA0D6905C22251425522
Octal240151510134424550212542
Binary1010000011011101001010111001000101001011010000101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00D69; }

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

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

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

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

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

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

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

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