#A665AE

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

Shades of Violet Blue #A665AE

Tints of Violet Blue #A665AE

Color information

#A665AE (or 0xA665AE) is unknown color: approx Violet Blue. HEX triplet: A6, 65 and AE. RGB value is (166,101,174). Sum of RGB (Red+Green+Blue) = 166+101+174=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A665AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AE is #599A51. Grayscale: #808080. Windows color (decimal): -5872210 or 11429286. OLE color: 11429286.

HSL color Cylindrical-coordinate representation of color #A665AE: hue angle of 293.42º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A665AE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166101174-
CMYK0.050.4200.32
HSL293.42º31.06%53.92%-
HSV(B)293.42º41.95%68.24%-
XYZ28.0220.4742.52-
YUV128.76153.53154.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=37.64%
G=22.90%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661011740.050.4200.32293.4231.0653.92
HexA665AE52A0201251f36
Octal2461452565520404453766
Binary10100110110010110101110101101010010000010010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665AE; }

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

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

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

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

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

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

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

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