#A938EC

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

Shades of Blue Violet #A938EC

Tints of Blue Violet #A938EC

Color information

#A938EC (or 0xA938EC) is unknown color: approx Blue Violet. HEX triplet: A9, 38 and EC. RGB value is (169,56,236). Sum of RGB (Red+Green+Blue) = 169+56+236=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #A938EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A938EC is #56C713. Grayscale: #6D6D6D. Windows color (decimal): -5687060 or 15481001. OLE color: 15481001.

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

Color convert

RGB16956236-
CMYK0.280.7600.07
HSL277.67º82.57%57.25%-
HSV(B)277.67º76.27%92.55%-
XYZ32.9217.3280.96-
YUV110.31198.94169.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 56 (22.27% from 255) = 12.15%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=36.66%
G=12.15%
B=51.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169562360.280.7600.07277.6782.5757.25
HexA938EC1C4C071165339
Octal25170354341140742612371
Binary101010011110001110110011100100110001111000101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A938EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A938EC; }

 p { color: rgb(169,56,236); }

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

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

 a { background-color: rgb(169,56,236); }

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

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

 span { border-color: rgb(169,56,236); }

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