#A93EED

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

Shades of Blue Violet #A93EED

Tints of Blue Violet #A93EED

Color information

#A93EED (or 0xA93EED) is unknown color: approx Blue Violet. HEX triplet: A9, 3E and ED. RGB value is (169,62,237). Sum of RGB (Red+Green+Blue) = 169+62+237=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A93EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93EED is #56C112. Grayscale: #717171. Windows color (decimal): -5685523 or 15548073. OLE color: 15548073.

HSL color Cylindrical-coordinate representation of color #A93EED: hue angle of 276.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93EED is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16962237-
CMYK0.290.7400.07
HSL276.69º82.94%58.63%-
HSV(B)276.69º73.84%92.94%-
XYZ33.3717.9981.84-
YUV113.94197.45167.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=36.11%
G=13.25%
B=50.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169622370.290.7400.07276.6982.9458.63
HexA93EED1D4A07115533b
Octal25176355351120742512373
Binary101010011111101110110111101100101001111000101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93EED; }

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

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

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

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

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

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

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

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