Html Css Color HEX #A40FFC Electric Purple

📋 copy color: '#A40FFC'

red 164 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #A40FFC

Tints of Electric Purple #A40FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 38.05%
G = 3.48%
B = 58.47%

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

#A40FFC (or 0xA40FFC) is known color: Electric Purple. HEX triplet: A4, 0F and FC. RGB value is (164,15,252). Sum of RGB (Red+Green+Blue) = 164+15+252=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A40FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FFC is #5BF003. Grayscale: #555555. Windows color (decimal): -6025220 or 16519076. OLE color: 16519076.

HSL color Cylindrical-coordinate representation of color #A40FFC: hue angle of 277.72º 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 #A40FFC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 15 252 -
CMYK 0.35 0.94 0 0.01
HSL 277.72º 0.98% 0.52% -
HSV(B) 277.72º 0.94% 0.99% -
XYZ 33.05 15.26 93.3 -
YUV 86.57 221.36 183.23 -
System Red Green Blue C M Y K H S L
Decimal 164 15 252 0.35 0.94 0 0.01 277.72 0.98 0.52
Hex A4 F FC 23 5E 0 1 116 62 34
Octal 244 17 374 43 136 0 1 426 142 64
Binary 10100100 1111 11111100 100011 1011110 0 1 100010110 1100010 110100

Color Harmonies of #A40FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FFC

Black with #A40FFC

Text Example


Text Example

White with #A40FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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