#A655AB

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

Shades of Violet Blue #A655AB

Tints of Violet Blue #A655AB

Color information

#A655AB (or 0xA655AB) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and AB. RGB value is (166,85,171). Sum of RGB (Red+Green+Blue) = 166+85+171=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A655AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655AB is #59AA54. Grayscale: #767676. Windows color (decimal): -5876309 or 11228582. OLE color: 11228582.

HSL color Cylindrical-coordinate representation of color #A655AB: hue angle of 296.51º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A655AB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16685171-
CMYK0.030.5000.33
HSL296.51º33.86%50.2%-
HSV(B)296.51º50.29%67.06%-
XYZ26.3317.5440.53-
YUV119.02157.34161.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=39.34%
G=20.14%
B=40.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166851710.030.5000.33296.5133.8650.2
HexA655AB3320211292232
Octal2461252533620414514262
Binary10100110101010110101011111100100100001100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655AB; }

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

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

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

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

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

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

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

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