Html Css Color HEX #A017FE Electric Purple

📋 copy color: '#A017FE'

red 160 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #A017FE

Tints of Electric Purple #A017FE

RGB

 RED value IS 160 (62.89% from 255) = 36.61%

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

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

R = 36.61%
G = 5.26%
B = 58.12%

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

#A017FE (or 0xA017FE) is known color: Electric Purple. HEX triplet: A0, 17 and FE. RGB value is (160,23,254). Sum of RGB (Red+Green+Blue) = 160+23+254=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A017FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017FE is #5FE801. Grayscale: #595959. Windows color (decimal): -6285314 or 16652192. OLE color: 16652192.

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

Color convert

RGB 160 23 254 -
CMYK 0.37 0.91 0 0.00
HSL 275.58º 0.99% 0.54% -
HSV(B) 275.58º 0.91% 1% -
XYZ 32.69 15.24 94.98 -
YUV 90.3 220.39 177.72 -
System Red Green Blue C M Y K H S L
Decimal 160 23 254 0.37 0.91 0 0.00 275.58 0.99 0.54
Hex A0 17 FE 25 5B 0 0 114 63 36
Octal 240 27 376 45 133 0 0 424 143 66
Binary 10100000 10111 11111110 100101 1011011 0 0 100010100 1100011 110110

Color Harmonies of #A017FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017FE

Black with #A017FE

Text Example


Text Example

White with #A017FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017FE; }

 p { color: rgb(160,23,254); }

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

background-color css

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

 a { background-color: rgb(160,23,254); }

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

border-color css

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

 span { border-color: rgb(160,23,254); }

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