Html Css Color HEX #A117FF Electric Purple

📋 copy color: '#A117FF'

red 161 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #A117FF

Tints of Electric Purple #A117FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.09%

R = 36.67%
G = 5.24%
B = 58.09%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A117FF (or 0xA117FF) is known color: Electric Purple. HEX triplet: A1, 17 and FF. RGB value is (161,23,255). Sum of RGB (Red+Green+Blue) = 161+23+255=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A117FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117FF is #5EE800. Grayscale: #595959. Windows color (decimal): -6219777 or 16717729. OLE color: 16717729.

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

Color convert

RGB 161 23 255 -
CMYK 0.37 0.91 0 0
HSL 275.69º 1% 0.55% -
HSV(B) 275.69º 0.91% 1% -
XYZ 33.05 15.41 95.84 -
YUV 90.71 220.72 178.14 -
System Red Green Blue C M Y K H S L
Decimal 161 23 255 0.37 0.91 0 0 275.69 1 0.55
Hex A1 17 FF 25 5B 0 0 114 64 37
Octal 241 27 377 45 133 0 0 424 144 67
Binary 10100001 10111 11111111 100101 1011011 0 0 100010100 1100100 110111

Color Harmonies of #A117FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117FF

Black with #A117FF

Text Example


Text Example

White with #A117FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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