Html Css Color HEX #A111FA Electric Purple

📋 copy color: '#A111FA'

red 161 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #A111FA

Tints of Electric Purple #A111FA

RGB

 RED value IS 161 (63.28% from 255) = 37.62%

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

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

R = 37.62%
G = 3.97%
B = 58.41%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A111FA (or 0xA111FA) is known color: Electric Purple. HEX triplet: A1, 11 and FA. RGB value is (161,17,250). Sum of RGB (Red+Green+Blue) = 161+17+250=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #A111FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111FA is #5EEE05. Grayscale: #555555. Windows color (decimal): -6221318 or 16388513. OLE color: 16388513.

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

Color convert

RGB 161 17 250 -
CMYK 0.36 0.93 0 0.02
HSL 277.08º 0.96% 0.52% -
HSV(B) 277.08º 0.93% 0.98% -
XYZ 32.15 14.88 91.62 -
YUV 86.62 220.21 181.05 -
System Red Green Blue C M Y K H S L
Decimal 161 17 250 0.36 0.93 0 0.02 277.08 0.96 0.52
Hex A1 11 FA 24 5D 0 2 115 60 34
Octal 241 21 372 44 135 0 2 425 140 64
Binary 10100001 10001 11111010 100100 1011101 0 10 100010101 1100000 110100

Color Harmonies of #A111FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111FA

Black with #A111FA

Text Example


Text Example

White with #A111FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111FA; }

 p { color: rgb(161,17,250); }

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

background-color css

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

 a { background-color: rgb(161,17,250); }

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

border-color css

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

 span { border-color: rgb(161,17,250); }

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