#A655AD

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

Shades of Violet Blue #A655AD

Tints of Violet Blue #A655AD

Color information

#A655AD (or 0xA655AD) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and AD. RGB value is (166,85,173). Sum of RGB (Red+Green+Blue) = 166+85+173=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A655AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655AD is #59AA52. Grayscale: #767676. Windows color (decimal): -5876307 or 11359654. OLE color: 11359654.

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

Color convert

RGB16685173-
CMYK0.040.5100.32
HSL295.23º34.92%50.59%-
HSV(B)295.23º50.87%67.84%-
XYZ26.5217.6241.54-
YUV119.25158.34161.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=39.15%
G=20.05%
B=40.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166851730.040.5100.32295.2334.9250.59
HexA655AD4330201272333
Octal2461252554630404474363
Binary101001101010101101011011001100110100000100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655AD; }

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

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

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

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

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

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

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

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