Html Css Color HEX #A400FC Electric Purple

📋 copy color: '#A400FC'

red 164 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A400FC

Tints of Electric Purple #A400FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.42%
G = 0%
B = 60.58%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A400FC (or 0xA400FC) is known color: Electric Purple. HEX triplet: A4, 00 and FC. RGB value is (164,0,252). Sum of RGB (Red+Green+Blue) = 164+0+252=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #A400FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400FC is #5BFF03. Grayscale: #4C4C4C. Windows color (decimal): -6029060 or 16515236. OLE color: 16515236.

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

Color convert

RGB 164 0 252 -
CMYK 0.35 1 0 0.01
HSL 279.05º 1% 0.49% -
HSV(B) 279.05º 1% 0.99% -
XYZ 32.88 14.92 93.24 -
YUV 77.76 226.33 189.51 -
System Red Green Blue C M Y K H S L
Decimal 164 0 252 0.35 1 0 0.01 279.05 1 0.49
Hex A4 0 FC 23 64 0 1 117 64 31
Octal 244 0 374 43 144 0 1 427 144 61
Binary 10100100 0 11111100 100011 1100100 0 1 100010111 1100100 110001

Color Harmonies of #A400FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400FC

Black with #A400FC

Text Example


Text Example

White with #A400FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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