#A654B1

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

Shades of Violet Blue #A654B1

Tints of Violet Blue #A654B1

Color information

#A654B1 (or 0xA654B1) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and B1. RGB value is (166,84,177). Sum of RGB (Red+Green+Blue) = 166+84+177=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #A654B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A654B1 is #59AB4E. Grayscale: #767676. Windows color (decimal): -5876559 or 11621542. OLE color: 11621542.

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

Color convert

RGB16684177-
CMYK0.060.5300.31
HSL292.9º37.35%51.18%-
HSV(B)292.9º52.54%69.41%-
XYZ26.8317.6243.58-
YUV119.12160.67161.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=38.88%
G=19.67%
B=41.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166841770.060.5300.31292.937.3551.18
HexA654B163501F1252533
Octal2461242616650374454563
Binary10100110101010010110001110110101011111100100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A654B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A654B1; }

 p { color: rgb(166,84,177); }

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

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

 a { background-color: rgb(166,84,177); }

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

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

 span { border-color: rgb(166,84,177); }

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