Html Css Color HEX #A418F7 Electric Purple

📋 copy color: '#A418F7'

red 164 ◦ green 24 ◦ blue 247

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

Shades of Electric Purple #A418F7

Tints of Electric Purple #A418F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.78%

R = 37.7%
G = 5.52%
B = 56.78%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A418F7 (or 0xA418F7) is known color: Electric Purple. HEX triplet: A4, 18 and F7. RGB value is (164,24,247). Sum of RGB (Red+Green+Blue) = 164+24+247=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #A418F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418F7 is #5BE708. Grayscale: #5A5A5A. Windows color (decimal): -6022921 or 16193700. OLE color: 16193700.

HSL color Cylindrical-coordinate representation of color #A418F7: hue angle of 277.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A418F7 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 24 247 -
CMYK 0.34 0.90 0 0.03
HSL 277.67º 0.93% 0.53% -
HSV(B) 277.67º 0.9% 0.97% -
XYZ 32.42 15.26 89.23 -
YUV 91.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 164 24 247 0.34 0.90 0 0.03 277.67 0.93 0.53
Hex A4 18 F7 22 5A 0 3 116 5D 35
Octal 244 30 367 42 132 0 3 426 135 65
Binary 10100100 11000 11110111 100010 1011010 0 11 100010110 1011101 110101

Color Harmonies of #A418F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418F7

Black with #A418F7

Text Example


Text Example

White with #A418F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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