#A653AB

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

Shades of Violet Blue #A653AB

Tints of Violet Blue #A653AB

Color information

#A653AB (or 0xA653AB) is unknown color: approx Violet Blue. HEX triplet: A6, 53 and AB. RGB value is (166,83,171). Sum of RGB (Red+Green+Blue) = 166+83+171=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A653AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653AB is #59AC54. Grayscale: #757575. Windows color (decimal): -5876821 or 11228070. OLE color: 11228070.

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

Color convert

RGB16683171-
CMYK0.030.5100.33
HSL296.59º34.65%49.8%-
HSV(B)296.59º51.46%67.06%-
XYZ26.1717.2340.48-
YUV117.85158162.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=39.52%
G=19.76%
B=40.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166831710.030.5100.33296.5934.6549.8
HexA653AB3330211292332
Octal2461232533630414514362
Binary10100110101001110101011111100110100001100101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A653AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A653AB; }

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

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

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

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

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

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

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

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