#A36AAB

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

Shades of Violet Blue #A36AAB

Tints of Violet Blue #A36AAB

Color information

#A36AAB (or 0xA36AAB) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and AB. RGB value is (163,106,171). Sum of RGB (Red+Green+Blue) = 163+106+171=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A36AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AAB is #5C9554. Grayscale: #828282. Windows color (decimal): -6067541 or 11233955. OLE color: 11233955.

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

Color convert

RGB163106171-
CMYK0.050.3800.33
HSL292.62º27.9%54.31%-
HSV(B)292.62º38.01%67.06%-
XYZ27.6121.0341.13-
YUV130.45150.88151.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=37.05%
G=24.09%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631061710.050.3800.33292.6227.954.31
HexA36AAB5260211251c36
Octal2431522535460414453466
Binary10100011110101010101011101100110010000110010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AAB; }

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

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

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

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

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

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

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

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