Html Css Color HEX #A01FFF Blue Violet

📋 copy color: '#A01FFF'

red 160 ◦ green 31 ◦ blue 255

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

Shades of Blue Violet #A01FFF

Tints of Blue Violet #A01FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.95%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 35.87%
G = 6.95%
B = 57.17%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A01FFF (or 0xA01FFF) is known color: Blue Violet. HEX triplet: A0, 1F and FF. RGB value is (160,31,255). Sum of RGB (Red+Green+Blue) = 160+31+255=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A01FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FFF is #5FE000. Grayscale: #5E5E5E. Windows color (decimal): -6283265 or 16719776. OLE color: 16719776.

HSL color Cylindrical-coordinate representation of color #A01FFF: hue angle of 274.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01FFF is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 31 255 -
CMYK 0.37 0.88 0 0
HSL 274.55º 1% 0.56% -
HSV(B) 274.55º 0.88% 1% -
XYZ 33.04 15.67 95.89 -
YUV 95.11 218.24 174.29 -
System Red Green Blue C M Y K H S L
Decimal 160 31 255 0.37 0.88 0 0 274.55 1 0.56
Hex A0 1F FF 25 58 0 0 113 64 38
Octal 240 37 377 45 130 0 0 423 144 70
Binary 10100000 11111 11111111 100101 1011000 0 0 100010011 1100100 111000

Color Harmonies of #A01FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FFF

Black with #A01FFF

Text Example


Text Example

White with #A01FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FFF; }

 p { color: rgb(160,31,255); }

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

background-color css

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

 a { background-color: rgb(160,31,255); }

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

border-color css

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

 span { border-color: rgb(160,31,255); }

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