Html Css Color HEX #A400F2 Electric Purple

📋 copy color: '#A400F2'

red 164 ◦ green 0 ◦ blue 242

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

Shades of Electric Purple #A400F2

Tints of Electric Purple #A400F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.61%

R = 40.39%
G = 0%
B = 59.61%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A400F2 (or 0xA400F2) is known color: Electric Purple. HEX triplet: A4, 00 and F2. RGB value is (164,0,242). Sum of RGB (Red+Green+Blue) = 164+0+242=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #A400F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400F2 is #5BFF0D. Grayscale: #4B4B4B. Windows color (decimal): -6029070 or 15859876. OLE color: 15859876.

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

Color convert

RGB 164 0 242 -
CMYK 0.32 1 0 0.05
HSL 280.66º 1% 0.47% -
HSV(B) 280.66º 1% 0.95% -
XYZ 31.34 14.3 85.11 -
YUV 76.62 221.33 190.32 -
System Red Green Blue C M Y K H S L
Decimal 164 0 242 0.32 1 0 0.05 280.66 1 0.47
Hex A4 0 F2 20 64 0 5 119 64 2F
Octal 244 0 362 40 144 0 5 431 144 57
Binary 10100100 0 11110010 100000 1100100 0 101 100011001 1100100 101111

Color Harmonies of #A400F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400F2

Black with #A400F2

Text Example


Text Example

White with #A400F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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