#A365AE

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

Shades of Violet Blue #A365AE

Tints of Violet Blue #A365AE

Color information

#A365AE (or 0xA365AE) is unknown color: approx Violet Blue. HEX triplet: A3, 65 and AE. RGB value is (163,101,174). Sum of RGB (Red+Green+Blue) = 163+101+174=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 101 (39.84% from 255 or 23.06% 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 #A365AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AE is #5C9A51. Grayscale: #7F7F7F. Windows color (decimal): -6068818 or 11429283. OLE color: 11429283.

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

Color convert

RGB163101174-
CMYK0.060.4200.32
HSL290.96º31.06%53.92%-
HSV(B)290.96º41.95%68.24%-
XYZ27.420.1542.49-
YUV127.86154.04153.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=37.21%
G=23.06%
B=39.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631011740.060.4200.32290.9631.0653.92
HexA365AE62A0201231f36
Octal2431452566520404433766
Binary10100011110010110101110110101010010000010010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365AE; }

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

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

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

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

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

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

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

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