#A665B3

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

Shades of Violet Blue #A665B3

Tints of Violet Blue #A665B3

Color information

#A665B3 (or 0xA665B3) is unknown color: approx Violet Blue. HEX triplet: A6, 65 and B3. RGB value is (166,101,179). Sum of RGB (Red+Green+Blue) = 166+101+179=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #A665B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665B3 is #599A4C. Grayscale: #818181. Windows color (decimal): -5872205 or 11756966. OLE color: 11756966.

HSL color Cylindrical-coordinate representation of color #A665B3: hue angle of 290º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A665B3 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166101179-
CMYK0.070.4400.30
HSL290º33.91%54.9%-
HSV(B)290º43.58%70.2%-
XYZ28.5220.6745.13-
YUV129.33156.03154.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=37.22%
G=22.65%
B=40.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661011790.070.4400.3029033.9154.9
HexA665B372C01E1222237
Octal2461452637540364424267
Binary10100110110010110110011111101100011110100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665B3; }

 p { color: rgb(166,101,179); }

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

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

 a { background-color: rgb(166,101,179); }

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

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

 span { border-color: rgb(166,101,179); }

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