#A36E9D

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

Shades of Violet Blue #A36E9D

Tints of Violet Blue #A36E9D

Color information

#A36E9D (or 0xA36E9D) is unknown color: approx Violet Blue. HEX triplet: A3, 6E and 9D. RGB value is (163,110,157). Sum of RGB (Red+Green+Blue) = 163+110+157=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E9D is #5C9162. Grayscale: #838383. Windows color (decimal): -6066531 or 10317475. OLE color: 10317475.

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

Color convert

RGB163110157-
CMYK00.330.040.36
HSL306.79º22.36%53.53%-
HSV(B)306.79º32.52%63.92%-
XYZ26.7721.3734.61-
YUV131.2142.56150.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=37.91%
G=25.58%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311015700.330.040.36306.7922.3653.53
HexA36E9D0214241331636
Octal2431562350414444632666
Binary10100011110111010011101010000110010010010011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E9D; }

 p { color: rgb(163,110,157); }

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

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

 a { background-color: rgb(163,110,157); }

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

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

 span { border-color: rgb(163,110,157); }

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