#a93ff2

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

Shades of Blue Violet #A93FF2

Tints of Blue Violet #A93FF2

Color information

#A93FF2 (or 0xA93FF2) is unknown color: approx Blue Violet. HEX triplet: A9, 3F and F2. RGB value is (169,63,242). Sum of RGB (Red+Green+Blue) = 169+63+242=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #A93FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FF2 is #56C00D. Grayscale: #727272. Windows color (decimal): -5685262 or 15876009. OLE color: 15876009.

HSL color Cylindrical-coordinate representation of color #A93FF2: hue angle of 275.53º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93FF2 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16963242-
CMYK0.300.7400.05
HSL275.53º87.32%59.8%-
HSV(B)275.53º73.97%94.9%-
XYZ34.1718.485.76-
YUV115.1199.62166.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=35.65%
G=13.29%
B=51.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169632420.300.7400.05275.5387.3259.8
HexA93FF21E4A05114573c
Octal25177362361120542412774
Binary101010011111111111001011110100101001011000101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93ff2; }

 p { color: rgb(169,63,242); }

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

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

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

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

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

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

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