#A01CE0

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

Shades of Blue Violet #A01CE0

Tints of Blue Violet #A01CE0

Color information

#A01CE0 (or 0xA01CE0) is unknown color: approx Blue Violet. HEX triplet: A0, 1C and E0. RGB value is (160,28,224). Sum of RGB (Red+Green+Blue) = 160+28+224=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A01CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CE0 is #5FE31F. Grayscale: #595959. Windows color (decimal): -6284064 or 14687392. OLE color: 14687392.

HSL color Cylindrical-coordinate representation of color #A01CE0: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CE0 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16028224-
CMYK0.290.8800.12
HSL280.41º77.78%49.41%-
HSV(B)280.41º87.5%87.84%-
XYZ28.3713.6971.67-
YUV89.81203.73178.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 28 (11.33% from 255) = 6.80%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=38.83%
G=6.80%
B=54.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160282240.290.8800.12280.4177.7849.41
HexA01CE01D580C1184e31
Octal240343403513001443011661
Binary101000001110011100000111011011000011001000110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01CE0; }

 p { color: rgb(160,28,224); }

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

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

 a { background-color: rgb(160,28,224); }

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

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

 span { border-color: rgb(160,28,224); }

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