Html Css Color HEX #A900FD Electric Purple

📋 copy color: '#A900FD'

red 169 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #A900FD

Tints of Electric Purple #A900FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 40.05%
G = 0%
B = 59.95%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A900FD (or 0xA900FD) is known color: Electric Purple. HEX triplet: A9, 00 and FD. RGB value is (169,0,253). Sum of RGB (Red+Green+Blue) = 169+0+253=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #A900FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900FD is #56FF02. Grayscale: #4E4E4E. Windows color (decimal): -5701379 or 16580777. OLE color: 16580777.

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

Color convert

RGB 169 0 253 -
CMYK 0.33 1 0 0.01
HSL 280.08º 1% 0.5% -
HSV(B) 280.08º 1% 0.99% -
XYZ 34.09 15.53 94.13 -
YUV 79.37 225.99 191.93 -
System Red Green Blue C M Y K H S L
Decimal 169 0 253 0.33 1 0 0.01 280.08 1 0.5
Hex A9 0 FD 21 64 0 1 118 64 32
Octal 251 0 375 41 144 0 1 430 144 62
Binary 10101001 0 11111101 100001 1100100 0 1 100011000 1100100 110010

Color Harmonies of #A900FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900FD

Black with #A900FD

Text Example


Text Example

White with #A900FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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