#A36DAD

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

Shades of Violet Blue #A36DAD

Tints of Violet Blue #A36DAD

Color information

#A36DAD (or 0xA36DAD) is unknown color: approx Violet Blue. HEX triplet: A3, 6D and AD. RGB value is (163,109,173). Sum of RGB (Red+Green+Blue) = 163+109+173=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36DAD is #5C9252. Grayscale: #848484. Windows color (decimal): -6066771 or 11365795. OLE color: 11365795.

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

Color convert

RGB163109173-
CMYK0.060.3700.32
HSL290.62º28.07%55.29%-
HSV(B)290.62º36.99%67.84%-
XYZ28.1221.7442.25-
YUV132.44150.89149.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=36.63%
G=24.49%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631091730.060.3700.32290.6228.0755.29
HexA36DAD6250201231c37
Octal2431552556450404433467
Binary10100011110110110101101110100101010000010010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36DAD; }

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

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

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

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

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

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

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

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