#A63EAB

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

Shades of Violet Blue #A63EAB

Tints of Violet Blue #A63EAB

Color information

#A63EAB (or 0xA63EAB) is unknown color: approx Violet Blue. HEX triplet: A6, 3E and AB. RGB value is (166,62,171). Sum of RGB (Red+Green+Blue) = 166+62+171=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A63EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63EAB is #59C154. Grayscale: #696969. Windows color (decimal): -5882197 or 11222694. OLE color: 11222694.

HSL color Cylindrical-coordinate representation of color #A63EAB: hue angle of 297.25º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63EAB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16662171-
CMYK0.030.6400.33
HSL297.25º46.78%45.69%-
HSV(B)297.25º63.74%67.06%-
XYZ24.814.4940.02-
YUV105.52164.96171.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=41.60%
G=15.54%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166621710.030.6400.33297.2546.7845.69
HexA63EAB3400211292f2e
Octal2467625331000414515756
Binary10100110111110101010111110000000100001100101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63EAB; }

 p { color: rgb(166,62,171); }

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

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

 a { background-color: rgb(166,62,171); }

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

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

 span { border-color: rgb(166,62,171); }

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