Html Css Color HEX #A418FE Electric Purple

📋 copy color: '#A418FE'

red 164 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #A418FE

Tints of Electric Purple #A418FE

RGB

 RED value IS 164 (64.45% from 255) = 37.1%

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

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

R = 37.1%
G = 5.43%
B = 57.47%

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

#A418FE (or 0xA418FE) is known color: Electric Purple. HEX triplet: A4, 18 and FE. RGB value is (164,24,254). Sum of RGB (Red+Green+Blue) = 164+24+254=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #A418FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418FE is #5BE701. Grayscale: #5B5B5B. Windows color (decimal): -6022914 or 16652452. OLE color: 16652452.

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

Color convert

RGB 164 24 254 -
CMYK 0.35 0.91 0 0.00
HSL 276.52º 0.99% 0.55% -
HSV(B) 276.52º 0.91% 1% -
XYZ 33.53 15.7 95.03 -
YUV 92.08 219.38 179.3 -
System Red Green Blue C M Y K H S L
Decimal 164 24 254 0.35 0.91 0 0.00 276.52 0.99 0.55
Hex A4 18 FE 23 5B 0 0 115 63 37
Octal 244 30 376 43 133 0 0 425 143 67
Binary 10100100 11000 11111110 100011 1011011 0 0 100010101 1100011 110111

Color Harmonies of #A418FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418FE

Black with #A418FE

Text Example


Text Example

White with #A418FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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