#A36DAB

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

Shades of Violet Blue #A36DAB

Tints of Violet Blue #A36DAB

Color information

#A36DAB (or 0xA36DAB) is unknown color: approx Violet Blue. HEX triplet: A3, 6D and AB. RGB value is (163,109,171). Sum of RGB (Red+Green+Blue) = 163+109+171=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A36DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36DAB is #5C9254. Grayscale: #848484. Windows color (decimal): -6066773 or 11234723. OLE color: 11234723.

HSL color Cylindrical-coordinate representation of color #A36DAB: hue angle of 292.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36DAB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163109171-
CMYK0.050.3600.33
HSL292.26º26.96%54.9%-
HSV(B)292.26º36.26%67.06%-
XYZ27.9221.6641.24-
YUV132.21149.89149.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=36.79%
G=24.60%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631091710.050.3600.33292.2626.9654.9
HexA36DAB5240211241b37
Octal2431552535440414443367
Binary10100011110110110101011101100100010000110010010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36DAB; }

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

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

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

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

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

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

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

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