Html Css Color HEX #A40EFD Electric Purple

📋 copy color: '#A40EFD'

red 164 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A40EFD

Tints of Electric Purple #A40EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 38.05%
G = 3.25%
B = 58.7%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A40EFD (or 0xA40EFD) is known color: Electric Purple. HEX triplet: A4, 0E and FD. RGB value is (164,14,253). Sum of RGB (Red+Green+Blue) = 164+14+253=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A40EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFD is #5BF102. Grayscale: #555555. Windows color (decimal): -6025475 or 16584356. OLE color: 16584356.

HSL color Cylindrical-coordinate representation of color #A40EFD: hue angle of 277.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EFD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 14 253 -
CMYK 0.35 0.94 0 0.01
HSL 277.66º 0.98% 0.52% -
HSV(B) 277.66º 0.94% 0.99% -
XYZ 33.2 15.3 94.13 -
YUV 86.1 222.2 183.57 -
System Red Green Blue C M Y K H S L
Decimal 164 14 253 0.35 0.94 0 0.01 277.66 0.98 0.52
Hex A4 E FD 23 5E 0 1 116 62 34
Octal 244 16 375 43 136 0 1 426 142 64
Binary 10100100 1110 11111101 100011 1011110 0 1 100010110 1100010 110100

Color Harmonies of #A40EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EFD

Black with #A40EFD

Text Example


Text Example

White with #A40EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EFD; }

 p { color: rgb(164,14,253); }

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

background-color css

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

 a { background-color: rgb(164,14,253); }

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

border-color css

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

 span { border-color: rgb(164,14,253); }

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