#A36CA0

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

Shades of Violet Blue #A36CA0

Tints of Violet Blue #A36CA0

Color information

#A36CA0 (or 0xA36CA0) is unknown color: approx Violet Blue. HEX triplet: A3, 6C and A0. RGB value is (163,108,160). Sum of RGB (Red+Green+Blue) = 163+108+160=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A36CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CA0 is #5C935F. Grayscale: #828282. Windows color (decimal): -6067040 or 10513571. OLE color: 10513571.

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

Color convert

RGB163108160-
CMYK00.340.020.36
HSL303.27º23.01%53.14%-
HSV(B)303.27º33.74%63.92%-
XYZ26.8121.0535.91-
YUV130.37144.72151.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=37.82%
G=25.06%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310816000.340.020.36303.2723.0153.14
HexA36CA002222412f1735
Octal2431542400422444572765
Binary1010001111011001010000001000101010010010010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CA0; }

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

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

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

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

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

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

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

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