Html Css Color HEX #A920FE Electric Purple

📋 copy color: '#A920FE'

red 169 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #A920FE

Tints of Electric Purple #A920FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.03%

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

R = 37.14%
G = 7.03%
B = 55.82%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A920FE (or 0xA920FE) is known color: Electric Purple. HEX triplet: A9, 20 and FE. RGB value is (169,32,254). Sum of RGB (Red+Green+Blue) = 169+32+254=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #A920FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920FE is #56DF01. Grayscale: #616161. Windows color (decimal): -5693186 or 16654505. OLE color: 16654505.

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

Color convert

RGB 169 32 254 -
CMYK 0.33 0.87 0 0.00
HSL 277.03º 0.99% 0.56% -
HSV(B) 277.03º 0.87% 1% -
XYZ 34.77 16.62 95.14 -
YUV 98.27 215.89 178.45 -
System Red Green Blue C M Y K H S L
Decimal 169 32 254 0.33 0.87 0 0.00 277.03 0.99 0.56
Hex A9 20 FE 21 57 0 0 115 63 38
Octal 251 40 376 41 127 0 0 425 143 70
Binary 10101001 100000 11111110 100001 1010111 0 0 100010101 1100011 111000

Color Harmonies of #A920FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920FE

Black with #A920FE

Text Example


Text Example

White with #A920FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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