#A93EA9

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

Shades of Violet Blue #A93EA9

Tints of Violet Blue #A93EA9

Color information

#A93EA9 (or 0xA93EA9) is unknown color: approx Violet Blue. HEX triplet: A9, 3E and A9. RGB value is (169,62,169). Sum of RGB (Red+Green+Blue) = 169+62+169=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A93EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93EA9 is #56C156. Grayscale: #696969. Windows color (decimal): -5685591 or 11091625. OLE color: 11091625.

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

Color convert

RGB16962169-
CMYK00.6300.34
HSL300º46.32%45.29%-
HSV(B)300º63.31%66.27%-
XYZ25.2514.7439.05-
YUV106.19163.45172.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 169 (66.41% from 255) = 42.25%
R=42.25%
G=15.5%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696216900.6300.3430046.3245.29
HexA93EA903F02212c2e2d
Octal251762510770424545655
Binary101010011111101010100101111110100010100101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93EA9; }

 p { color: rgb(169,62,169); }

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

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

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

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

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

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

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