Html Css Color HEX #A01CF1 Blue Violet

📋 copy color: '#A01CF1'

red 160 ◦ green 28 ◦ blue 241

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

Shades of Blue Violet #A01CF1

Tints of Blue Violet #A01CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.53%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 37.3%
G = 6.53%
B = 56.18%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A01CF1 (or 0xA01CF1) is known color: Blue Violet. HEX triplet: A0, 1C and F1. RGB value is (160,28,241). Sum of RGB (Red+Green+Blue) = 160+28+241=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #A01CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CF1 is #5FE30E. Grayscale: #5B5B5B. Windows color (decimal): -6284047 or 15801504. OLE color: 15801504.

HSL color Cylindrical-coordinate representation of color #A01CF1: hue angle of 277.18º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CF1 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 28 241 -
CMYK 0.34 0.88 0 0.05
HSL 277.18º 0.88% 0.53% -
HSV(B) 277.18º 0.88% 0.95% -
XYZ 30.79 14.65 84.42 -
YUV 91.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 160 28 241 0.34 0.88 0 0.05 277.18 0.88 0.53
Hex A0 1C F1 22 58 0 5 115 58 35
Octal 240 34 361 42 130 0 5 425 130 65
Binary 10100000 11100 11110001 100010 1011000 0 101 100010101 1011000 110101

Color Harmonies of #A01CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CF1

Black with #A01CF1

Text Example


Text Example

White with #A01CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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