#A36F9B

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

Shades of Violet Blue #A36F9B

Tints of Violet Blue #A36F9B

Color information

#A36F9B (or 0xA36F9B) is unknown color: approx Violet Blue. HEX triplet: A3, 6F and 9B. RGB value is (163,111,155). Sum of RGB (Red+Green+Blue) = 163+111+155=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F9B is #5C9064. Grayscale: #838383. Windows color (decimal): -6066277 or 10186659. OLE color: 10186659.

HSL color Cylindrical-coordinate representation of color #A36F9B: hue angle of 309.23º 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 #A36F9B is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB163111155-
CMYK00.320.050.36
HSL309.23º22.03%53.73%-
HSV(B)309.23º31.9%63.92%-
XYZ26.7121.5233.76-
YUV131.56141.23150.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=38.00%
G=25.87%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311115500.320.050.36309.2322.0353.73
HexA36F9B0205241351636
Octal2431572330405444652666
Binary10100011110111110011011010000010110010010011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F9B; }

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

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

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

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

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

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

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

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