#A466AF

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

Shades of Violet Blue #A466AF

Tints of Violet Blue #A466AF

Color information

#A466AF (or 0xA466AF) is unknown color: approx Violet Blue. HEX triplet: A4, 66 and AF. RGB value is (164,102,175). Sum of RGB (Red+Green+Blue) = 164+102+175=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A466AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466AF is #5B9950. Grayscale: #808080. Windows color (decimal): -6003025 or 11495076. OLE color: 11495076.

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

Color convert

RGB164102175-
CMYK0.060.4200.31
HSL290.96º31.33%54.31%-
HSV(B)290.96º41.71%68.63%-
XYZ27.820.4943.05-
YUV128.86154.04153.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=37.19%
G=23.13%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641021750.060.4200.31290.9631.3354.31
HexA466AF62A01F1231f36
Octal2441462576520374433766
Binary1010010011001101010111111010101001111110010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466AF; }

 p { color: rgb(164,102,175); }

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

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

 a { background-color: rgb(164,102,175); }

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

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

 span { border-color: rgb(164,102,175); }

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