Html Css Color HEX #A40FFD Electric Purple

📋 copy color: '#A40FFD'

red 164 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #A40FFD

Tints of Electric Purple #A40FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.47%

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

R = 37.96%
G = 3.47%
B = 58.56%

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

#A40FFD (or 0xA40FFD) is known color: Electric Purple. HEX triplet: A4, 0F and FD. RGB value is (164,15,253). Sum of RGB (Red+Green+Blue) = 164+15+253=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A40FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FFD is #5BF002. Grayscale: #555555. Windows color (decimal): -6025219 or 16584612. OLE color: 16584612.

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

Color convert

RGB 164 15 253 -
CMYK 0.35 0.94 0 0.01
HSL 277.56º 0.98% 0.53% -
HSV(B) 277.56º 0.94% 0.99% -
XYZ 33.21 15.33 94.14 -
YUV 86.68 221.86 183.15 -
System Red Green Blue C M Y K H S L
Decimal 164 15 253 0.35 0.94 0 0.01 277.56 0.98 0.53
Hex A4 F FD 23 5E 0 1 116 62 35
Octal 244 17 375 43 136 0 1 426 142 65
Binary 10100100 1111 11111101 100011 1011110 0 1 100010110 1100010 110101

Color Harmonies of #A40FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FFD

Black with #A40FFD

Text Example


Text Example

White with #A40FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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