#A93CEE

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

Shades of Blue Violet #A93CEE

Tints of Blue Violet #A93CEE

Color information

#A93CEE (or 0xA93CEE) is unknown color: approx Blue Violet. HEX triplet: A9, 3C and EE. RGB value is (169,60,238). Sum of RGB (Red+Green+Blue) = 169+60+238=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A93CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93CEE is #56C311. Grayscale: #707070. Windows color (decimal): -5686034 or 15613097. OLE color: 15613097.

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

Color convert

RGB16960238-
CMYK0.290.7500.07
HSL276.74º83.96%58.43%-
HSV(B)276.74º74.79%93.33%-
XYZ33.4117.8482.57-
YUV112.88198.61168.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 60 (23.83% from 255) = 12.85%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=36.19%
G=12.85%
B=50.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169602380.290.7500.07276.7483.9658.43
HexA93CEE1D4B07115543a
Octal25174356351130742512472
Binary101010011111001110111011101100101101111000101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93CEE; }

 p { color: rgb(169,60,238); }

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

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

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

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

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

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

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