#A93AFD

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

Shades of Blue Violet #A93AFD

Tints of Blue Violet #A93AFD

Color information

#A93AFD (or 0xA93AFD) is unknown color: approx Blue Violet. HEX triplet: A9, 3A and FD. RGB value is (169,58,253). Sum of RGB (Red+Green+Blue) = 169+58+253=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #A93AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93AFD is #56C502. Grayscale: #707070. Windows color (decimal): -5686531 or 16595625. OLE color: 16595625.

HSL color Cylindrical-coordinate representation of color #A93AFD: hue angle of 274.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A93AFD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16958253-
CMYK0.330.7700.01
HSL274.15º97.99%60.98%-
HSV(B)274.15º77.08%99.22%-
XYZ35.618.5594.63-
YUV113.42206.77167.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 58 (23.05% from 255) = 12.08%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=35.21%
G=12.08%
B=52.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169582530.330.7700.01274.1597.9960.98
HexA93AFD214D01112623d
Octal25172375411150142214275
Binary10101001111010111111011000011001101011000100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93AFD; }

 p { color: rgb(169,58,253); }

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

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

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

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

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

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

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