#A366AF

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

Shades of Violet Blue #A366AF

Tints of Violet Blue #A366AF

Color information

#A366AF (or 0xA366AF) is unknown color: approx Violet Blue. HEX triplet: A3, 66 and AF. RGB value is (163,102,175). Sum of RGB (Red+Green+Blue) = 163+102+175=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A366AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AF is #5C9950. Grayscale: #808080. Windows color (decimal): -6068561 or 11495075. OLE color: 11495075.

HSL color Cylindrical-coordinate representation of color #A366AF: hue angle of 290.14º 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 #A366AF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163102175-
CMYK0.070.4200.31
HSL290.14º31.33%54.31%-
HSV(B)290.14º41.71%68.63%-
XYZ27.5920.3843.04-
YUV128.56154.21152.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=37.05%
G=23.18%
B=39.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631021750.070.4200.31290.1431.3354.31
HexA366AF72A01F1221f36
Octal2431462577520374423766
Binary1010001111001101010111111110101001111110010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366AF; }

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

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

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

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

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

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

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

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