#A36D9E

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

Shades of Violet Blue #A36D9E

Tints of Violet Blue #A36D9E

Color information

#A36D9E (or 0xA36D9E) is unknown color: approx Violet Blue. HEX triplet: A3, 6D and 9E. RGB value is (163,109,158). Sum of RGB (Red+Green+Blue) = 163+109+158=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D9E is #5C9261. Grayscale: #828282. Windows color (decimal): -6066786 or 10382755. OLE color: 10382755.

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

Color convert

RGB163109158-
CMYK00.330.030.36
HSL305.56º22.69%53.33%-
HSV(B)305.56º33.13%63.92%-
XYZ26.7421.1935.03-
YUV130.73143.39151.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=37.91%
G=25.35%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310915800.330.030.36305.5622.6953.33
HexA36D9E0213241321735
Octal2431552360413444622765
Binary1010001111011011001111001000011110010010011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D9E; }

 p { color: rgb(163,109,158); }

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

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

 a { background-color: rgb(163,109,158); }

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

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

 span { border-color: rgb(163,109,158); }

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