#A063AA

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

Shades of Violet Blue #A063AA

Tints of Violet Blue #A063AA

Color information

#A063AA (or 0xA063AA) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and AA. RGB value is (160,99,170). Sum of RGB (Red+Green+Blue) = 160+99+170=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A063AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AA is #5F9C55. Grayscale: #7D7D7D. Windows color (decimal): -6265942 or 11166624. OLE color: 11166624.

HSL color Cylindrical-coordinate representation of color #A063AA: hue angle of 291.55º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A063AA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16099170-
CMYK0.060.4200.33
HSL291.55º29.46%52.75%-
HSV(B)291.55º41.76%66.67%-
XYZ26.2119.340.37-
YUV125.33153.21152.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=37.30%
G=23.08%
B=39.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160991700.060.4200.33291.5529.4652.75
HexA063AA62A0211241d35
Octal2401432526520414443565
Binary10100000110001110101010110101010010000110010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063AA; }

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

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

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

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

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

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

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

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