Html Css Color HEX #A111FD Electric Purple

📋 copy color: '#A111FD'

red 161 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A111FD

Tints of Electric Purple #A111FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 37.35%
G = 3.94%
B = 58.7%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A111FD (or 0xA111FD) is known color: Electric Purple. HEX triplet: A1, 11 and FD. RGB value is (161,17,253). Sum of RGB (Red+Green+Blue) = 161+17+253=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A111FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111FD is #5EEE02. Grayscale: #565656. Windows color (decimal): -6221315 or 16585121. OLE color: 16585121.

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

Color convert

RGB 161 17 253 -
CMYK 0.36 0.93 0 0.01
HSL 276.61º 0.98% 0.53% -
HSV(B) 276.61º 0.93% 0.99% -
XYZ 32.63 15.07 94.12 -
YUV 86.96 221.71 180.81 -
System Red Green Blue C M Y K H S L
Decimal 161 17 253 0.36 0.93 0 0.01 276.61 0.98 0.53
Hex A1 11 FD 24 5D 0 1 115 62 35
Octal 241 21 375 44 135 0 1 425 142 65
Binary 10100001 10001 11111101 100100 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A111FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111FD

Black with #A111FD

Text Example


Text Example

White with #A111FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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