#A858AD

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

Shades of Violet Blue #A858AD

Tints of Violet Blue #A858AD

Color information

#A858AD (or 0xA858AD) is unknown color: approx Violet Blue. HEX triplet: A8, 58 and AD. RGB value is (168,88,173). Sum of RGB (Red+Green+Blue) = 168+88+173=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A858AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AD is #57A752. Grayscale: #797979. Windows color (decimal): -5744467 or 11360424. OLE color: 11360424.

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

Color convert

RGB16888173-
CMYK0.030.4900.32
HSL296.47º34.14%51.18%-
HSV(B)296.47º49.13%67.84%-
XYZ27.1818.3241.64-
YUV121.61157161.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=39.16%
G=20.51%
B=40.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168881730.030.4900.32296.4734.1451.18
HexA858AD3310201282233
Octal2501302553610404504263
Binary10101000101100010101101111100010100000100101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A858AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A858AD; }

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

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

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

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

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

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

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

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