#A263AE

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

Shades of Violet Blue #A263AE

Tints of Violet Blue #A263AE

Color information

#A263AE (or 0xA263AE) is unknown color: approx Violet Blue. HEX triplet: A2, 63 and AE. RGB value is (162,99,174). Sum of RGB (Red+Green+Blue) = 162+99+174=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A263AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263AE is #5D9C51. Grayscale: #7E7E7E. Windows color (decimal): -6134866 or 11428770. OLE color: 11428770.

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

Color convert

RGB16299174-
CMYK0.070.4300.32
HSL290.4º31.65%53.53%-
HSV(B)290.4º43.1%68.24%-
XYZ2719.6642.42-
YUV126.39154.87153.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 174 (68.36% from 255) = 40%
R=37.24%
G=22.76%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162991740.070.4300.32290.431.6553.53
HexA263AE72B0201222036
Octal2421432567530404424066
Binary101000101100011101011101111010110100000100100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263AE; }

 p { color: rgb(162,99,174); }

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

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

 a { background-color: rgb(162,99,174); }

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

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

 span { border-color: rgb(162,99,174); }

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