#A36E99

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

Shades of Violet Blue #A36E99

Tints of Violet Blue #A36E99

Color information

#A36E99 (or 0xA36E99) is unknown color: approx Violet Blue. HEX triplet: A3, 6E and 99. RGB value is (163,110,153). Sum of RGB (Red+Green+Blue) = 163+110+153=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E99 is #5C9166. Grayscale: #828282. Windows color (decimal): -6066535 or 10055331. OLE color: 10055331.

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

Color convert

RGB163110153-
CMYK00.330.060.36
HSL311.32º22.36%53.53%-
HSV(B)311.32º32.52%63.92%-
XYZ26.4321.2432.84-
YUV130.75140.56151-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=38.26%
G=25.82%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311015300.330.060.36311.3222.3653.53
HexA36E990216241371636
Octal2431562310416444672666
Binary10100011110111010011001010000111010010010011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E99; }

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

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

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

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

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

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

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

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