Html Css Color HEX #A015FE Electric Purple

📋 copy color: '#A015FE'

red 160 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #A015FE

Tints of Electric Purple #A015FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 36.78%
G = 4.83%
B = 58.39%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A015FE (or 0xA015FE) is known color: Electric Purple. HEX triplet: A0, 15 and FE. RGB value is (160,21,254). Sum of RGB (Red+Green+Blue) = 160+21+254=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #A015FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015FE is #5FEA01. Grayscale: #585858. Windows color (decimal): -6285826 or 16651680. OLE color: 16651680.

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

Color convert

RGB 160 21 254 -
CMYK 0.37 0.92 0 0.00
HSL 275.79º 0.99% 0.54% -
HSV(B) 275.79º 0.92% 1% -
XYZ 32.65 15.17 94.97 -
YUV 89.12 221.05 178.55 -
System Red Green Blue C M Y K H S L
Decimal 160 21 254 0.37 0.92 0 0.00 275.79 0.99 0.54
Hex A0 15 FE 25 5C 0 0 114 63 36
Octal 240 25 376 45 134 0 0 424 143 66
Binary 10100000 10101 11111110 100101 1011100 0 0 100010100 1100011 110110

Color Harmonies of #A015FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015FE

Black with #A015FE

Text Example


Text Example

White with #A015FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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