#A40769

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

Shades of Jazzberry Jam #A40769

Tints of Jazzberry Jam #A40769

Color information

#A40769 (or 0xA40769) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 07 and 69. RGB value is (164,7,105). Sum of RGB (Red+Green+Blue) = 164+7+105=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A40769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40769 is #5BF896. Grayscale: #404040. Windows color (decimal): -6027415 or 6883236. OLE color: 6883236.

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

Color convert

RGB1647105-
CMYK00.960.360.36
HSL322.55º91.81%33.53%-
HSV(B)322.55º95.73%64.31%-
XYZ17.949.0614.17-
YUV65.12150.51198.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 7 (3.12% from 255) = 2.54%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=59.42%
G=2.54%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164710500.960.360.36322.5591.8133.53
HexA476906024241435c22
Octal24471510140444450313442
Binary101001001111101001011000001001001001001010000111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40769; }

 p { color: rgb(164,7,105); }

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

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

 a { background-color: rgb(164,7,105); }

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

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

 span { border-color: rgb(164,7,105); }

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