#a93b9e

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

Shades of Violet Blue #A93B9E

Tints of Violet Blue #A93B9E

Color information

#A93B9E (or 0xA93B9E) is unknown color: approx Violet Blue. HEX triplet: A9, 3B and 9E. RGB value is (169,59,158). Sum of RGB (Red+Green+Blue) = 169+59+158=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B9E is #56C461. Grayscale: #666666. Windows color (decimal): -5686370 or 10369961. OLE color: 10369961.

HSL color Cylindrical-coordinate representation of color #A93B9E: hue angle of 306º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93B9E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16959158-
CMYK00.650.070.34
HSL306º48.25%44.71%-
HSV(B)306º65.09%66.27%-
XYZ24.114.0333.79-
YUV103.18158.94174.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=43.78%
G=15.28%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695915800.650.070.3430648.2544.71
HexA93B9E041722132302d
Octal2517323601017424626055
Binary101010011110111001111001000001111100010100110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93b9e; }

 p { color: rgb(169,59,158); }

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

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

 a { background-color: rgb(169,59,158); }

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

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

 span { border-color: rgb(169,59,158); }

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