Html Css Color HEX #A510FE Electric Purple

📋 copy color: '#A510FE'

red 165 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #A510FE

Tints of Electric Purple #A510FE

RGB

 RED value IS 165 (64.84% from 255) = 37.93%

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

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

R = 37.93%
G = 3.68%
B = 58.39%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A510FE (or 0xA510FE) is known color: Electric Purple. HEX triplet: A5, 10 and FE. RGB value is (165,16,254). Sum of RGB (Red+Green+Blue) = 165+16+254=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 16 (6.64% from 255 or 3.68% 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 #A510FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A510FE is #5AEF01. Grayscale: #565656. Windows color (decimal): -5959426 or 16650405. OLE color: 16650405.

HSL color Cylindrical-coordinate representation of color #A510FE: hue angle of 277.56º 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 #A510FE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 16 254 -
CMYK 0.35 0.94 0 0.00
HSL 277.56º 0.99% 0.53% -
HSV(B) 277.56º 0.94% 1% -
XYZ 33.59 15.53 94.99 -
YUV 87.68 221.86 183.15 -
System Red Green Blue C M Y K H S L
Decimal 165 16 254 0.35 0.94 0 0.00 277.56 0.99 0.53
Hex A5 10 FE 23 5E 0 0 116 63 35
Octal 245 20 376 43 136 0 0 426 143 65
Binary 10100101 10000 11111110 100011 1011110 0 0 100010110 1100011 110101

Color Harmonies of #A510FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510FE

Black with #A510FE

Text Example


Text Example

White with #A510FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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