Html Css Color HEX #A01DF1 Blue Violet

📋 copy color: '#A01DF1'

red 160 ◦ green 29 ◦ blue 241

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

Shades of Blue Violet #A01DF1

Tints of Blue Violet #A01DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.74%

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

R = 37.21%
G = 6.74%
B = 56.05%

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

#A01DF1 (or 0xA01DF1) is known color: Blue Violet. HEX triplet: A0, 1D and F1. RGB value is (160,29,241). Sum of RGB (Red+Green+Blue) = 160+29+241=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #A01DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DF1 is #5FE20E. Grayscale: #5B5B5B. Windows color (decimal): -6283791 or 15801760. OLE color: 15801760.

HSL color Cylindrical-coordinate representation of color #A01DF1: hue angle of 277.08º 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 #A01DF1 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 29 241 -
CMYK 0.34 0.88 0 0.05
HSL 277.08º 0.88% 0.53% -
HSV(B) 277.08º 0.88% 0.95% -
XYZ 30.81 14.7 84.43 -
YUV 92.34 211.9 176.26 -
System Red Green Blue C M Y K H S L
Decimal 160 29 241 0.34 0.88 0 0.05 277.08 0.88 0.53
Hex A0 1D F1 22 58 0 5 115 58 35
Octal 240 35 361 42 130 0 5 425 130 65
Binary 10100000 11101 11110001 100010 1011000 0 101 100010101 1011000 110101

Color Harmonies of #A01DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DF1

Black with #A01DF1

Text Example


Text Example

White with #A01DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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