#A063AD

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

Shades of Violet Blue #A063AD

Tints of Violet Blue #A063AD

Color information

#A063AD (or 0xA063AD) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and AD. RGB value is (160,99,173). Sum of RGB (Red+Green+Blue) = 160+99+173=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A063AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AD is #5F9C52. Grayscale: #7D7D7D. Windows color (decimal): -6265939 or 11363232. OLE color: 11363232.

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

Color convert

RGB16099173-
CMYK0.080.4300.32
HSL289.46º31.09%53.33%-
HSV(B)289.46º42.77%67.84%-
XYZ26.519.4141.89-
YUV125.68154.71152.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=37.04%
G=22.92%
B=40.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160991730.080.4300.32289.4631.0953.33
HexA063AD82B0201211f35
Octal24014325510530404413765
Binary101000001100011101011011000101011010000010010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063AD; }

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

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

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

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

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

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

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

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