#A93B9D

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

Shades of Violet Blue #A93B9D

Tints of Violet Blue #A93B9D

Color information

#A93B9D (or 0xA93B9D) is unknown color: approx Violet Blue. HEX triplet: A9, 3B and 9D. RGB value is (169,59,157). Sum of RGB (Red+Green+Blue) = 169+59+157=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B9D is #56C462. Grayscale: #666666. Windows color (decimal): -5686371 or 10304425. OLE color: 10304425.

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

Color convert

RGB16959157-
CMYK00.650.070.34
HSL306.55º48.25%44.71%-
HSV(B)306.55º65.09%66.27%-
XYZ24.011433.33-
YUV103.06158.44175.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=43.90%
G=15.32%
B=40.78%

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
Decimal1695915700.650.070.34306.5548.2544.71
HexA93B9D041722133302d
Octal2517323501017424636055
Binary101010011110111001110101000001111100010100110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B9D; }

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

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

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

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

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

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

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

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