#A93DA7

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

Shades of Violet Blue #A93DA7

Tints of Violet Blue #A93DA7

Color information

#A93DA7 (or 0xA93DA7) is unknown color: approx Violet Blue. HEX triplet: A9, 3D and A7. RGB value is (169,61,167). Sum of RGB (Red+Green+Blue) = 169+61+167=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A93DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93DA7 is #56C258. Grayscale: #696969. Windows color (decimal): -5685849 or 10960297. OLE color: 10960297.

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

Color convert

RGB16961167-
CMYK00.640.010.34
HSL301.11º46.96%45.1%-
HSV(B)301.11º63.91%66.27%-
XYZ25.0114.5638.05-
YUV105.38162.78173.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=42.57%
G=15.37%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696116700.640.010.34301.1146.9645.1
HexA93DA704012212d2f2d
Octal2517524701001424555755
Binary1010100111110110100111010000001100010100101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93DA7; }

 p { color: rgb(169,61,167); }

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

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

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

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

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

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

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