Html Css Color HEX #A011F1 Dark Violet

📋 copy color: '#A011F1'

red 160 ◦ green 17 ◦ blue 241

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

Shades of Dark Violet #A011F1

Tints of Dark Violet #A011F1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 38.28%
G = 4.07%
B = 57.66%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A011F1 (or 0xA011F1) is known color: Dark Violet. HEX triplet: A0, 11 and F1. RGB value is (160,17,241). Sum of RGB (Red+Green+Blue) = 160+17+241=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #A011F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011F1 is #5FEE0E. Grayscale: #545454. Windows color (decimal): -6286863 or 15798688. OLE color: 15798688.

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

Color convert

RGB 160 17 241 -
CMYK 0.34 0.93 0 0.05
HSL 278.3º 0.89% 0.51% -
HSV(B) 278.3º 0.93% 0.95% -
XYZ 30.57 14.23 84.35 -
YUV 85.29 215.88 181.29 -
System Red Green Blue C M Y K H S L
Decimal 160 17 241 0.34 0.93 0 0.05 278.3 0.89 0.51
Hex A0 11 F1 22 5D 0 5 116 59 33
Octal 240 21 361 42 135 0 5 426 131 63
Binary 10100000 10001 11110001 100010 1011101 0 101 100010110 1011001 110011

Color Harmonies of #A011F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011F1

Black with #A011F1

Text Example


Text Example

White with #A011F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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