Html Css Color HEX #A518FE Electric Purple

📋 copy color: '#A518FE'

red 165 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #A518FE

Tints of Electric Purple #A518FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.42%

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

R = 37.25%
G = 5.42%
B = 57.34%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A518FE (or 0xA518FE) is known color: Electric Purple. HEX triplet: A5, 18 and FE. RGB value is (165,24,254). Sum of RGB (Red+Green+Blue) = 165+24+254=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A518FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518FE is #5AE701. Grayscale: #5B5B5B. Windows color (decimal): -5957378 or 16652453. OLE color: 16652453.

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

Color convert

RGB 165 24 254 -
CMYK 0.35 0.91 0 0.00
HSL 276.78º 0.99% 0.55% -
HSV(B) 276.78º 0.91% 1% -
XYZ 33.73 15.81 95.04 -
YUV 92.38 219.21 179.8 -
System Red Green Blue C M Y K H S L
Decimal 165 24 254 0.35 0.91 0 0.00 276.78 0.99 0.55
Hex A5 18 FE 23 5B 0 0 115 63 37
Octal 245 30 376 43 133 0 0 425 143 67
Binary 10100101 11000 11111110 100011 1011011 0 0 100010101 1100011 110111

Color Harmonies of #A518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518FE

Black with #A518FE

Text Example


Text Example

White with #A518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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