#A846AD

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

Shades of Violet Blue #A846AD

Tints of Violet Blue #A846AD

Color information

#A846AD (or 0xA846AD) is unknown color: approx Violet Blue. HEX triplet: A8, 46 and AD. RGB value is (168,70,173). Sum of RGB (Red+Green+Blue) = 168+70+173=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A846AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A846AD is #57B952. Grayscale: #6E6E6E. Windows color (decimal): -5749075 or 11355816. OLE color: 11355816.

HSL color Cylindrical-coordinate representation of color #A846AD: hue angle of 297.09º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A846AD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16870173-
CMYK0.030.6000.32
HSL297.09º42.39%47.65%-
HSV(B)297.09º59.54%67.84%-
XYZ25.8815.7241.21-
YUV111.04162.97168.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=40.88%
G=17.03%
B=42.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168701730.030.6000.32297.0942.3947.65
HexA846AD33C0201292a30
Octal2501062553740404515260
Binary10101000100011010101101111111000100000100101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A846AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A846AD; }

 p { color: rgb(168,70,173); }

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

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

 a { background-color: rgb(168,70,173); }

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

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

 span { border-color: rgb(168,70,173); }

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