Html Css Color HEX #A900FE Electric Purple

📋 copy color: '#A900FE'

red 169 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #A900FE

Tints of Electric Purple #A900FE

RGB

 RED value IS 169 (66.41% from 255) = 39.95%

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 39.95%
G = 0%
B = 60.05%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A900FE (or 0xA900FE) is known color: Electric Purple. HEX triplet: A9, 00 and FE. RGB value is (169,0,254). Sum of RGB (Red+Green+Blue) = 169+0+254=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #A900FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900FE is #56FF01. Grayscale: #4E4E4E. Windows color (decimal): -5701378 or 16646313. OLE color: 16646313.

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

Color convert

RGB 169 0 254 -
CMYK 0.33 1 0 0.00
HSL 279.92º 1% 0.5% -
HSV(B) 279.92º 1% 1% -
XYZ 34.25 15.59 94.97 -
YUV 79.49 226.49 191.85 -
System Red Green Blue C M Y K H S L
Decimal 169 0 254 0.33 1 0 0.00 279.92 1 0.5
Hex A9 0 FE 21 64 0 0 118 64 32
Octal 251 0 376 41 144 0 0 430 144 62
Binary 10101001 0 11111110 100001 1100100 0 0 100011000 1100100 110010

Color Harmonies of #A900FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900FE

Black with #A900FE

Text Example


Text Example

White with #A900FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900FE; }

 p { color: rgb(169,0,254); }

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

background-color css

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

 a { background-color: rgb(169,0,254); }

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

border-color css

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

 span { border-color: rgb(169,0,254); }

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