#A840A7

Color #A840A7 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A840A7

Tints of Violet Blue #A840A7

Color information

#A840A7 (or 0xA840A7) is unknown color: approx Violet Blue. HEX triplet: A8, 40 and A7. RGB value is (168,64,167). Sum of RGB (Red+Green+Blue) = 168+64+167=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A840A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A840A7 is #57BF58. Grayscale: #6A6A6A. Windows color (decimal): -5750617 or 10961064. OLE color: 10961064.

HSL color Cylindrical-coordinate representation of color #A840A7: hue angle of 300.58º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A840A7 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16864167-
CMYK00.620.010.34
HSL300.58º44.83%45.49%-
HSV(B)300.58º61.9%65.88%-
XYZ24.9614.7838.1-
YUV106.84161.96171.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 167 (65.62% from 255) = 41.85%
R=42.11%
G=16.04%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686416700.620.010.34300.5844.8345.49
HexA840A703E12212d2d2d
Octal2501002470761424555555
Binary1010100010000001010011101111101100010100101101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840A7; }

 p { color: rgb(168,64,167); }

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

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

 a { background-color: rgb(168,64,167); }

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

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

 span { border-color: rgb(168,64,167); }

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