Html Css Color HEX #A10AFE Electric Purple

📋 copy color: '#A10AFE'

red 161 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #A10AFE

Tints of Electric Purple #A10AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

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

R = 37.88%
G = 2.35%
B = 59.76%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A10AFE (or 0xA10AFE) is known color: Electric Purple. HEX triplet: A1, 0A and FE. RGB value is (161,10,254). Sum of RGB (Red+Green+Blue) = 161+10+254=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A10AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10AFE is #5EF501. Grayscale: #525252. Windows color (decimal): -6223106 or 16648865. OLE color: 16648865.

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

Color convert

RGB 161 10 254 -
CMYK 0.37 0.96 0 0.00
HSL 277.13º 0.99% 0.52% -
HSV(B) 277.13º 0.96% 1% -
XYZ 32.7 14.95 94.93 -
YUV 82.97 224.53 183.66 -
System Red Green Blue C M Y K H S L
Decimal 161 10 254 0.37 0.96 0 0.00 277.13 0.99 0.52
Hex A1 A FE 25 60 0 0 115 63 34
Octal 241 12 376 45 140 0 0 425 143 64
Binary 10100001 1010 11111110 100101 1100000 0 0 100010101 1100011 110100

Color Harmonies of #A10AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AFE

Black with #A10AFE

Text Example


Text Example

White with #A10AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AFE; }

 p { color: rgb(161,10,254); }

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

background-color css

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

 a { background-color: rgb(161,10,254); }

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

border-color css

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

 span { border-color: rgb(161,10,254); }

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