Html Css Color HEX #A418FA Electric Purple

📋 copy color: '#A418FA'

red 164 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #A418FA

Tints of Electric Purple #A418FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 37.44%
G = 5.48%
B = 57.08%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A418FA (or 0xA418FA) is known color: Electric Purple. HEX triplet: A4, 18 and FA. RGB value is (164,24,250). Sum of RGB (Red+Green+Blue) = 164+24+250=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #A418FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418FA is #5BE705. Grayscale: #5A5A5A. Windows color (decimal): -6022918 or 16390308. OLE color: 16390308.

HSL color Cylindrical-coordinate representation of color #A418FA: hue angle of 277.17º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A418FA is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 24 250 -
CMYK 0.34 0.90 0 0.02
HSL 277.17º 0.96% 0.54% -
HSV(B) 277.17º 0.9% 0.98% -
XYZ 32.89 15.45 91.69 -
YUV 91.62 217.38 179.62 -
System Red Green Blue C M Y K H S L
Decimal 164 24 250 0.34 0.90 0 0.02 277.17 0.96 0.54
Hex A4 18 FA 22 5A 0 2 115 60 36
Octal 244 30 372 42 132 0 2 425 140 66
Binary 10100100 11000 11111010 100010 1011010 0 10 100010101 1100000 110110

Color Harmonies of #A418FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418FA

Black with #A418FA

Text Example


Text Example

White with #A418FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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