#A36FA0

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

Shades of Violet Blue #A36FA0

Tints of Violet Blue #A36FA0

Color information

#A36FA0 (or 0xA36FA0) is unknown color: approx Violet Blue. HEX triplet: A3, 6F and A0. RGB value is (163,111,160). Sum of RGB (Red+Green+Blue) = 163+111+160=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A36FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FA0 is #5C905F. Grayscale: #838383. Windows color (decimal): -6066272 or 10514339. OLE color: 10514339.

HSL color Cylindrical-coordinate representation of color #A36FA0: hue angle of 303.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163111160-
CMYK00.320.020.36
HSL303.46º22.03%53.73%-
HSV(B)303.46º31.9%63.92%-
XYZ27.1321.6936.01-
YUV132.13143.73150.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=37.56%
G=25.58%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311116000.320.020.36303.4622.0353.73
HexA36FA002022412f1636
Octal2431572400402444572666
Binary1010001111011111010000001000001010010010010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FA0; }

 p { color: rgb(163,111,160); }

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

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

 a { background-color: rgb(163,111,160); }

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

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

 span { border-color: rgb(163,111,160); }

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