#A063AB

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

Shades of Violet Blue #A063AB

Tints of Violet Blue #A063AB

Color information

#A063AB (or 0xA063AB) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and AB. RGB value is (160,99,171). Sum of RGB (Red+Green+Blue) = 160+99+171=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A063AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AB is #5F9C54. Grayscale: #7D7D7D. Windows color (decimal): -6265941 or 11232160. OLE color: 11232160.

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

Color convert

RGB16099171-
CMYK0.060.4200.33
HSL290.83º30%52.94%-
HSV(B)290.83º42.11%67.06%-
XYZ26.3119.3440.87-
YUV125.45153.71152.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=37.21%
G=23.02%
B=39.77%

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
Decimal160991710.060.4200.33290.833052.94
HexA063AB62A0211231e35
Octal2401432536520414433665
Binary10100000110001110101011110101010010000110010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063AB; }

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

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

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

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

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

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

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

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