#A655AF

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

Shades of Violet Blue #A655AF

Tints of Violet Blue #A655AF

Color information

#A655AF (or 0xA655AF) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and AF. RGB value is (166,85,175). Sum of RGB (Red+Green+Blue) = 166+85+175=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A655AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655AF is #59AA50. Grayscale: #777777. Windows color (decimal): -5876305 or 11490726. OLE color: 11490726.

HSL color Cylindrical-coordinate representation of color #A655AF: hue angle of 294º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A655AF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16685175-
CMYK0.050.5100.31
HSL294º36%50.98%-
HSV(B)294º51.43%68.63%-
XYZ26.7117.742.57-
YUV119.48159.34161.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=38.97%
G=19.95%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166851750.050.5100.312943650.98
HexA655AF53301F1262433
Octal2461252575630374464463
Binary10100110101010110101111101110011011111100100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655AF; }

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

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

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

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

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

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

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

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