#A36BAA

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

Shades of Violet Blue #A36BAA

Tints of Violet Blue #A36BAA

Color information

#A36BAA (or 0xA36BAA) is unknown color: approx Violet Blue. HEX triplet: A3, 6B and AA. RGB value is (163,107,170). Sum of RGB (Red+Green+Blue) = 163+107+170=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BAA is #5C9455. Grayscale: #828282. Windows color (decimal): -6067286 or 11168675. OLE color: 11168675.

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

Color convert

RGB163107170-
CMYK0.040.3700.33
HSL293.33º27.04%54.31%-
HSV(B)293.33º37.06%66.67%-
XYZ27.6221.240.67-
YUV130.93150.05150.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=37.05%
G=24.32%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631071700.040.3700.33293.3327.0454.31
HexA36BAA4250211251b36
Octal2431532524450414453366
Binary10100011110101110101010100100101010000110010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BAA; }

 p { color: rgb(163,107,170); }

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

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

 a { background-color: rgb(163,107,170); }

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

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

 span { border-color: rgb(163,107,170); }

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