Html Css Color HEX #A010FE Electric Purple

📋 copy color: '#A010FE'

red 160 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #A010FE

Tints of Electric Purple #A010FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

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

R = 37.21%
G = 3.72%
B = 59.07%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A010FE (or 0xA010FE) is known color: Electric Purple. HEX triplet: A0, 10 and FE. RGB value is (160,16,254). Sum of RGB (Red+Green+Blue) = 160+16+254=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A010FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010FE is #5FEF01. Grayscale: #555555. Windows color (decimal): -6287106 or 16650400. OLE color: 16650400.

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

Color convert

RGB 160 16 254 -
CMYK 0.37 0.94 0 0.00
HSL 276.3º 0.99% 0.53% -
HSV(B) 276.3º 0.94% 1% -
XYZ 32.57 15 94.94 -
YUV 86.19 222.71 180.65 -
System Red Green Blue C M Y K H S L
Decimal 160 16 254 0.37 0.94 0 0.00 276.3 0.99 0.53
Hex A0 10 FE 25 5E 0 0 114 63 35
Octal 240 20 376 45 136 0 0 424 143 65
Binary 10100000 10000 11111110 100101 1011110 0 0 100010100 1100011 110101

Color Harmonies of #A010FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010FE

Black with #A010FE

Text Example


Text Example

White with #A010FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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