Html Css Color HEX #A01FFA Blue Violet

📋 copy color: '#A01FFA'

red 160 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #A01FFA

Tints of Blue Violet #A01FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 36.28%
G = 7.03%
B = 56.69%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A01FFA (or 0xA01FFA) is known color: Blue Violet. HEX triplet: A0, 1F and FA. RGB value is (160,31,250). Sum of RGB (Red+Green+Blue) = 160+31+250=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #A01FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FFA is #5FE005. Grayscale: #5D5D5D. Windows color (decimal): -6283270 or 16392096. OLE color: 16392096.

HSL color Cylindrical-coordinate representation of color #A01FFA: hue angle of 275.34º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01FFA is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 31 250 -
CMYK 0.36 0.88 0 0.02
HSL 275.34º 0.96% 0.55% -
HSV(B) 275.34º 0.88% 0.98% -
XYZ 32.24 15.36 91.71 -
YUV 94.54 215.74 174.69 -
System Red Green Blue C M Y K H S L
Decimal 160 31 250 0.36 0.88 0 0.02 275.34 0.96 0.55
Hex A0 1F FA 24 58 0 2 113 60 37
Octal 240 37 372 44 130 0 2 423 140 67
Binary 10100000 11111 11111010 100100 1011000 0 10 100010011 1100000 110111

Color Harmonies of #A01FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FFA

Black with #A01FFA

Text Example


Text Example

White with #A01FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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