Html Css Color HEX #A118FD Electric Purple

📋 copy color: '#A118FD'

red 161 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #A118FD

Tints of Electric Purple #A118FD

RGB

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

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

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

R = 36.76%
G = 5.48%
B = 57.76%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A118FD (or 0xA118FD) is known color: Electric Purple. HEX triplet: A1, 18 and FD. RGB value is (161,24,253). Sum of RGB (Red+Green+Blue) = 161+24+253=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #A118FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118FD is #5EE702. Grayscale: #5A5A5A. Windows color (decimal): -6219523 or 16586913. OLE color: 16586913.

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

Color convert

RGB 161 24 253 -
CMYK 0.36 0.91 0 0.01
HSL 275.9º 0.98% 0.54% -
HSV(B) 275.9º 0.91% 0.99% -
XYZ 32.75 15.32 94.16 -
YUV 91.07 219.39 177.88 -
System Red Green Blue C M Y K H S L
Decimal 161 24 253 0.36 0.91 0 0.01 275.9 0.98 0.54
Hex A1 18 FD 24 5B 0 1 114 62 36
Octal 241 30 375 44 133 0 1 424 142 66
Binary 10100001 11000 11111101 100100 1011011 0 1 100010100 1100010 110110

Color Harmonies of #A118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118FD

Black with #A118FD

Text Example


Text Example

White with #A118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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