Html Css Color HEX #A117FC Electric Purple

📋 copy color: '#A117FC'

red 161 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #A117FC

Tints of Electric Purple #A117FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 36.93%
G = 5.28%
B = 57.8%

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

#A117FC (or 0xA117FC) is known color: Electric Purple. HEX triplet: A1, 17 and FC. RGB value is (161,23,252). Sum of RGB (Red+Green+Blue) = 161+23+252=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A117FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117FC is #5EE803. Grayscale: #595959. Windows color (decimal): -6219780 or 16521121. OLE color: 16521121.

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

Color convert

RGB 161 23 252 -
CMYK 0.36 0.91 0 0.01
HSL 276.16º 0.97% 0.54% -
HSV(B) 276.16º 0.91% 0.99% -
XYZ 32.58 15.22 93.32 -
YUV 90.37 219.22 178.38 -
System Red Green Blue C M Y K H S L
Decimal 161 23 252 0.36 0.91 0 0.01 276.16 0.97 0.54
Hex A1 17 FC 24 5B 0 1 114 61 36
Octal 241 27 374 44 133 0 1 424 141 66
Binary 10100001 10111 11111100 100100 1011011 0 1 100010100 1100001 110110

Color Harmonies of #A117FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117FC

Black with #A117FC

Text Example


Text Example

White with #A117FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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