#A36AAD

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

Shades of Violet Blue #A36AAD

Tints of Violet Blue #A36AAD

Color information

#A36AAD (or 0xA36AAD) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and AD. RGB value is (163,106,173). Sum of RGB (Red+Green+Blue) = 163+106+173=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AAD is #5C9552. Grayscale: #828282. Windows color (decimal): -6067539 or 11365027. OLE color: 11365027.

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

Color convert

RGB163106173-
CMYK0.060.3900.32
HSL291.04º29%54.71%-
HSV(B)291.04º38.73%67.84%-
XYZ27.821.1142.14-
YUV130.68151.88151.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=36.88%
G=23.98%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631061730.060.3900.32291.042954.71
HexA36AAD6270201231d37
Octal2431522556470404433567
Binary10100011110101010101101110100111010000010010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AAD; }

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

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

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

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

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

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

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

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