#A840AC

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

Shades of Violet Blue #A840AC

Tints of Violet Blue #A840AC

Color information

#A840AC (or 0xA840AC) is unknown color: approx Violet Blue. HEX triplet: A8, 40 and AC. RGB value is (168,64,172). Sum of RGB (Red+Green+Blue) = 168+64+172=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A840AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A840AC is #57BF53. Grayscale: #6B6B6B. Windows color (decimal): -5750612 or 11288744. OLE color: 11288744.

HSL color Cylindrical-coordinate representation of color #A840AC: hue angle of 297.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A840AC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16864172-
CMYK0.020.6300.33
HSL297.78º45.76%46.27%-
HSV(B)297.78º62.79%67.45%-
XYZ25.4314.9740.58-
YUV107.41164.46171.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=41.58%
G=15.84%
B=42.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168641720.020.6300.33297.7845.7646.27
HexA840AC23F02112a2e2e
Octal2501002542770414525656
Binary10101000100000010101100101111110100001100101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840AC; }

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

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

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

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

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

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

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

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