Html Css Color HEX #A118FE Electric Purple

📋 copy color: '#A118FE'

red 161 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #A118FE

Tints of Electric Purple #A118FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.47%

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 36.67%
G = 5.47%
B = 57.86%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A118FE (or 0xA118FE) is known color: Electric Purple. HEX triplet: A1, 18 and FE. RGB value is (161,24,254). Sum of RGB (Red+Green+Blue) = 161+24+254=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A118FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118FE is #5EE701. Grayscale: #5A5A5A. Windows color (decimal): -6219522 or 16652449. OLE color: 16652449.

HSL color Cylindrical-coordinate representation of color #A118FE: hue angle of 275.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A118FE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 24 254 -
CMYK 0.37 0.91 0 0.00
HSL 275.74º 0.99% 0.55% -
HSV(B) 275.74º 0.91% 1% -
XYZ 32.91 15.39 95 -
YUV 91.18 219.89 177.8 -
System Red Green Blue C M Y K H S L
Decimal 161 24 254 0.37 0.91 0 0.00 275.74 0.99 0.55
Hex A1 18 FE 25 5B 0 0 114 63 37
Octal 241 30 376 45 133 0 0 424 143 67
Binary 10100001 11000 11111110 100101 1011011 0 0 100010100 1100011 110111

Color Harmonies of #A118FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118FE

Black with #A118FE

Text Example


Text Example

White with #A118FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118FE; }

 p { color: rgb(161,24,254); }

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

background-color css

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

 a { background-color: rgb(161,24,254); }

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

border-color css

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

 span { border-color: rgb(161,24,254); }

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