Html Css Color HEX #A811F1 Electric Purple

📋 copy color: '#A811F1'

red 168 ◦ green 17 ◦ blue 241

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

Shades of Electric Purple #A811F1

Tints of Electric Purple #A811F1

RGB

 RED value IS 168 (66.02% from 255) = 39.44%

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

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

R = 39.44%
G = 3.99%
B = 56.57%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A811F1 (or 0xA811F1) is known color: Electric Purple. HEX triplet: A8, 11 and F1. RGB value is (168,17,241). Sum of RGB (Red+Green+Blue) = 168+17+241=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A811F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811F1 is #57EE0E. Grayscale: #565656. Windows color (decimal): -5762575 or 15798696. OLE color: 15798696.

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

Color convert

RGB 168 17 241 -
CMYK 0.30 0.93 0 0.05
HSL 280.45º 0.89% 0.51% -
HSV(B) 280.45º 0.93% 0.95% -
XYZ 32.23 15.08 84.43 -
YUV 87.69 214.53 185.29 -
System Red Green Blue C M Y K H S L
Decimal 168 17 241 0.30 0.93 0 0.05 280.45 0.89 0.51
Hex A8 11 F1 1E 5D 0 5 118 59 33
Octal 250 21 361 36 135 0 5 430 131 63
Binary 10101000 10001 11110001 11110 1011101 0 101 100011000 1011001 110011

Color Harmonies of #A811F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811F1

Black with #A811F1

Text Example


Text Example

White with #A811F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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