Html Css Color HEX #A40DFF Electric Purple

📋 copy color: '#A40DFF'

red 164 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A40DFF

Tints of Electric Purple #A40DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.01%

 BLUE value IS 255 (100% from 255) = 59.03%

R = 37.96%
G = 3.01%
B = 59.03%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A40DFF (or 0xA40DFF) is known color: Electric Purple. HEX triplet: A4, 0D and FF. RGB value is (164,13,255). Sum of RGB (Red+Green+Blue) = 164+13+255=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DFF is #5BF200. Grayscale: #545454. Windows color (decimal): -6025729 or 16715172. OLE color: 16715172.

HSL color Cylindrical-coordinate representation of color #A40DFF: hue angle of 277.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40DFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 13 255 -
CMYK 0.36 0.95 0 0
HSL 277.44º 1% 0.53% -
HSV(B) 277.44º 0.95% 1% -
XYZ 33.5 15.4 95.81 -
YUV 85.74 223.53 183.82 -
System Red Green Blue C M Y K H S L
Decimal 164 13 255 0.36 0.95 0 0 277.44 1 0.53
Hex A4 D FF 24 5F 0 0 115 64 35
Octal 244 15 377 44 137 0 0 425 144 65
Binary 10100100 1101 11111111 100100 1011111 0 0 100010101 1100100 110101

Color Harmonies of #A40DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DFF

Black with #A40DFF

Text Example


Text Example

White with #A40DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DFF; }

 p { color: rgb(164,13,255); }

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

background-color css

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

 a { background-color: rgb(164,13,255); }

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

border-color css

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

 span { border-color: rgb(164,13,255); }

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