#A863AE

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

Shades of Violet Blue #A863AE

Tints of Violet Blue #A863AE

Color information

#A863AE (or 0xA863AE) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and AE. RGB value is (168,99,174). Sum of RGB (Red+Green+Blue) = 168+99+174=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A863AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863AE is #579C51. Grayscale: #7F7F7F. Windows color (decimal): -5741650 or 11428776. OLE color: 11428776.

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

Color convert

RGB16899174-
CMYK0.030.4300.32
HSL295.2º31.65%53.53%-
HSV(B)295.2º43.1%68.24%-
XYZ28.2520.342.47-
YUV128.18153.86156.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=38.10%
G=22.45%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168991740.030.4300.32295.231.6553.53
HexA863AE32B0201272036
Octal2501432563530404474066
Binary10101000110001110101110111010110100000100100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863AE; }

 p { color: rgb(168,99,174); }

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

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

 a { background-color: rgb(168,99,174); }

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

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

 span { border-color: rgb(168,99,174); }

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