#A36FAD

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

Shades of Violet Blue #A36FAD

Tints of Violet Blue #A36FAD

Color information

#A36FAD (or 0xA36FAD) is unknown color: approx Violet Blue. HEX triplet: A3, 6F and AD. RGB value is (163,111,173). Sum of RGB (Red+Green+Blue) = 163+111+173=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FAD is #5C9052. Grayscale: #858585. Windows color (decimal): -6066259 or 11366307. OLE color: 11366307.

HSL color Cylindrical-coordinate representation of color #A36FAD: hue angle of 290.32º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36FAD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163111173-
CMYK0.060.3600.32
HSL290.32º27.43%55.69%-
HSV(B)290.32º35.84%67.84%-
XYZ28.3322.1742.32-
YUV133.62150.23148.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=36.47%
G=24.83%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631111730.060.3600.32290.3227.4355.69
HexA36FAD6240201221b38
Octal2431572556440404423370
Binary10100011110111110101101110100100010000010010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FAD; }

 p { color: rgb(163,111,173); }

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

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

 a { background-color: rgb(163,111,173); }

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

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

 span { border-color: rgb(163,111,173); }

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