#A660B1

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

Shades of Violet Blue #A660B1

Tints of Violet Blue #A660B1

Color information

#A660B1 (or 0xA660B1) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and B1. RGB value is (166,96,177). Sum of RGB (Red+Green+Blue) = 166+96+177=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #A660B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660B1 is #599F4E. Grayscale: #7D7D7D. Windows color (decimal): -5873487 or 11624614. OLE color: 11624614.

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

Color convert

RGB16696177-
CMYK0.060.4600.31
HSL291.85º34.18%53.53%-
HSV(B)291.85º45.76%69.41%-
XYZ27.8419.6543.92-
YUV126.16156.69156.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=37.81%
G=21.87%
B=40.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166961770.060.4600.31291.8534.1853.53
HexA660B162E01F1242236
Octal2461402616560374444266
Binary10100110110000010110001110101110011111100100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660B1; }

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

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

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

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

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

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

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

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