#A658AD

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

Shades of Violet Blue #A658AD

Tints of Violet Blue #A658AD

Color information

#A658AD (or 0xA658AD) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and AD. RGB value is (166,88,173). Sum of RGB (Red+Green+Blue) = 166+88+173=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A658AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658AD is #59A752. Grayscale: #787878. Windows color (decimal): -5875539 or 11360422. OLE color: 11360422.

HSL color Cylindrical-coordinate representation of color #A658AD: hue angle of 295.06º 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 #A658AD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16688173-
CMYK0.040.4900.32
HSL295.06º34.14%51.18%-
HSV(B)295.06º49.13%67.84%-
XYZ26.7618.141.62-
YUV121.01157.34160.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=38.88%
G=20.61%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166881730.040.4900.32295.0634.1451.18
HexA658AD4310201272233
Octal2461302554610404474263
Binary101001101011000101011011001100010100000100100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658AD; }

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

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

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

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

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

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

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

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