Html Css Color HEX #A920FC Electric Purple

📋 copy color: '#A920FC'

red 169 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #A920FC

Tints of Electric Purple #A920FC

RGB

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

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

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

R = 37.31%
G = 7.06%
B = 55.63%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A920FC (or 0xA920FC) is known color: Electric Purple. HEX triplet: A9, 20 and FC. RGB value is (169,32,252). Sum of RGB (Red+Green+Blue) = 169+32+252=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #A920FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920FC is #56DF03. Grayscale: #616161. Windows color (decimal): -5693188 or 16523433. OLE color: 16523433.

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

Color convert

RGB 169 32 252 -
CMYK 0.33 0.87 0 0.01
HSL 277.36º 0.97% 0.56% -
HSV(B) 277.36º 0.87% 0.99% -
XYZ 34.45 16.5 93.46 -
YUV 98.04 214.89 178.61 -
System Red Green Blue C M Y K H S L
Decimal 169 32 252 0.33 0.87 0 0.01 277.36 0.97 0.56
Hex A9 20 FC 21 57 0 1 115 61 38
Octal 251 40 374 41 127 0 1 425 141 70
Binary 10101001 100000 11111100 100001 1010111 0 1 100010101 1100001 111000

Color Harmonies of #A920FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920FC

Black with #A920FC

Text Example


Text Example

White with #A920FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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