Html Css Color HEX #A01EE1 Blue Violet

📋 copy color: '#A01EE1'

red 160 ◦ green 30 ◦ blue 225

#A01EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A01EE1

Tints of Blue Violet #A01EE1

RGB

 RED value IS 160 (62.89% from 255) = 38.55%

 GREEN value IS 30 (12.11% from 255) = 7.23%

 BLUE value IS 225 (88.28% from 255) = 54.22%

R = 38.55%
G = 7.23%
B = 54.22%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A01EE1 (or 0xA01EE1) is known color: Blue Violet. HEX triplet: A0, 1E and E1. RGB value is (160,30,225). Sum of RGB (Red+Green+Blue) = 160+30+225=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #A01EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EE1 is #5FE11E. Grayscale: #5A5A5A. Windows color (decimal): -6283551 or 14753440. OLE color: 14753440.

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

Color convert

RGB 160 30 225 -
CMYK 0.29 0.87 0 0.12
HSL 280º 0.76% 0.5% -
HSV(B) 280º 0.87% 0.88% -
XYZ 28.55 13.84 72.4 -
YUV 91.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 160 30 225 0.29 0.87 0 0.12 280 0.76 0.5
Hex A0 1E E1 1D 57 0 C 118 4C 32
Octal 240 36 341 35 127 0 14 430 114 62
Binary 10100000 11110 11100001 11101 1010111 0 1100 100011000 1001100 110010

Color Harmonies of #A01EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EE1

Black with #A01EE1

Text Example


Text Example

White with #A01EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EE1; }

 p { color: rgb(160,30,225); }

 H1.HeaderClassName
 {
   color: #A01EE1;
 }
 .AnyTagClassName
 {
   color: #A01EE1;
 }
</style>

background-color css

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

 a { background-color: rgb(160,30,225); }

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

border-color css

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

 span { border-color: rgb(160,30,225); }

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