#A93BA5

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

Shades of Violet Blue #A93BA5

Tints of Violet Blue #A93BA5

Color information

#A93BA5 (or 0xA93BA5) is unknown color: approx Violet Blue. HEX triplet: A9, 3B and A5. RGB value is (169,59,165). Sum of RGB (Red+Green+Blue) = 169+59+165=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A93BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BA5 is #56C45A. Grayscale: #676767. Windows color (decimal): -5686363 or 10828713. OLE color: 10828713.

HSL color Cylindrical-coordinate representation of color #A93BA5: hue angle of 302.18º 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 #A93BA5 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16959165-
CMYK00.650.020.34
HSL302.18º48.25%44.71%-
HSV(B)302.18º65.09%66.27%-
XYZ24.7214.2837.05-
YUV103.97162.44174.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=43.00%
G=15.01%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695916500.650.020.34302.1848.2544.71
HexA93BA504122212e302d
Octal2517324501012424566055
Binary10101001111011101001010100000110100010100101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93BA5; }

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

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

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

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

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

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

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

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