Html Css Color HEX #A117FD Electric Purple

📋 copy color: '#A117FD'

red 161 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #A117FD

Tints of Electric Purple #A117FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.26%

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

R = 36.84%
G = 5.26%
B = 57.89%

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

#A117FD (or 0xA117FD) is known color: Electric Purple. HEX triplet: A1, 17 and FD. RGB value is (161,23,253). Sum of RGB (Red+Green+Blue) = 161+23+253=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #A117FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117FD is #5EE802. Grayscale: #595959. Windows color (decimal): -6219779 or 16586657. OLE color: 16586657.

HSL color Cylindrical-coordinate representation of color #A117FD: hue angle of 276º 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 #A117FD is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 23 253 -
CMYK 0.36 0.91 0 0.01
HSL 276º 0.98% 0.54% -
HSV(B) 276º 0.91% 0.99% -
XYZ 32.73 15.28 94.15 -
YUV 90.48 219.72 178.3 -
System Red Green Blue C M Y K H S L
Decimal 161 23 253 0.36 0.91 0 0.01 276 0.98 0.54
Hex A1 17 FD 24 5B 0 1 114 62 36
Octal 241 27 375 44 133 0 1 424 142 66
Binary 10100001 10111 11111101 100100 1011011 0 1 100010100 1100010 110110

Color Harmonies of #A117FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117FD

Black with #A117FD

Text Example


Text Example

White with #A117FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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