#A263AD

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

Shades of Violet Blue #A263AD

Tints of Violet Blue #A263AD

Color information

#A263AD (or 0xA263AD) is unknown color: approx Violet Blue. HEX triplet: A2, 63 and AD. RGB value is (162,99,173). Sum of RGB (Red+Green+Blue) = 162+99+173=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A263AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263AD is #5D9C52. Grayscale: #7E7E7E. Windows color (decimal): -6134867 or 11363234. OLE color: 11363234.

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

Color convert

RGB16299173-
CMYK0.060.4300.32
HSL291.08º31.09%53.33%-
HSV(B)291.08º42.77%67.84%-
XYZ26.919.6241.9-
YUV126.27154.37153.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=37.33%
G=22.81%
B=39.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162991730.060.4300.32291.0831.0953.33
HexA263AD62B0201231f35
Octal2421432556530404433765
Binary10100010110001110101101110101011010000010010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263AD; }

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

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

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

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

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

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

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

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