#A840AE

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

Shades of Violet Blue #A840AE

Tints of Violet Blue #A840AE

Color information

#A840AE (or 0xA840AE) is unknown color: approx Violet Blue. HEX triplet: A8, 40 and AE. RGB value is (168,64,174). Sum of RGB (Red+Green+Blue) = 168+64+174=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #A840AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A840AE is #57BF51. Grayscale: #6B6B6B. Windows color (decimal): -5750610 or 11419816. OLE color: 11419816.

HSL color Cylindrical-coordinate representation of color #A840AE: hue angle of 296.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A840AE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16864174-
CMYK0.030.6300.32
HSL296.73º46.22%46.67%-
HSV(B)296.73º63.22%68.24%-
XYZ25.6215.0541.6-
YUV107.64165.46171.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=41.38%
G=15.76%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168641740.030.6300.32296.7346.2246.67
HexA840AE33F0201292e2f
Octal2501002563770404515657
Binary10101000100000010101110111111110100000100101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840AE; }

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

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

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

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

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

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

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

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