#A662AE

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

Shades of Violet Blue #A662AE

Tints of Violet Blue #A662AE

Color information

#A662AE (or 0xA662AE) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and AE. RGB value is (166,98,174). Sum of RGB (Red+Green+Blue) = 166+98+174=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #A662AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A662AE is #599D51. Grayscale: #7E7E7E. Windows color (decimal): -5872978 or 11428518. OLE color: 11428518.

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

Color convert

RGB16698174-
CMYK0.050.4400.32
HSL293.68º31.93%53.33%-
HSV(B)293.68º43.68%68.24%-
XYZ27.7319.942.42-
YUV127154.53155.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=37.90%
G=22.37%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166981740.050.4400.32293.6831.9353.33
HexA662AE52C0201262035
Octal2461422565540404464065
Binary101001101100010101011101011011000100000100100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662AE; }

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

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

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

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

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

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

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

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