#A40A68

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

Shades of Jazzberry Jam #A40A68

Tints of Jazzberry Jam #A40A68

Color information

#A40A68 (or 0xA40A68) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0A and 68. RGB value is (164,10,104). Sum of RGB (Red+Green+Blue) = 164+10+104=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A68 is #5BF597. Grayscale: #424242. Windows color (decimal): -6026648 or 6818468. OLE color: 6818468.

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

Color convert

RGB16410104-
CMYK00.940.370.36
HSL323.38º88.51%34.12%-
HSV(B)323.38º93.9%64.31%-
XYZ17.929.1113.91-
YUV66.76149.02197.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=58.99%
G=3.60%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641010400.940.370.36323.3888.5134.12
HexA4A6805E25241435922
Octal244121500136454450313142
Binary1010010010101101000010111101001011001001010000111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A68; }

 p { color: rgb(164,10,104); }

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

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

 a { background-color: rgb(164,10,104); }

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

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

 span { border-color: rgb(164,10,104); }

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