Html Css Color HEX #A914FC Electric Purple

📋 copy color: '#A914FC'

red 169 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #A914FC

Tints of Electric Purple #A914FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

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

R = 38.32%
G = 4.54%
B = 57.14%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A914FC (or 0xA914FC) is known color: Electric Purple. HEX triplet: A9, 14 and FC. RGB value is (169,20,252). Sum of RGB (Red+Green+Blue) = 169+20+252=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #A914FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914FC is #56EB03. Grayscale: #5A5A5A. Windows color (decimal): -5696260 or 16520361. OLE color: 16520361.

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

Color convert

RGB 169 20 252 -
CMYK 0.33 0.92 0 0.01
HSL 278.53º 0.97% 0.53% -
HSV(B) 278.53º 0.92% 0.99% -
XYZ 34.18 15.96 93.38 -
YUV 91 218.86 183.64 -
System Red Green Blue C M Y K H S L
Decimal 169 20 252 0.33 0.92 0 0.01 278.53 0.97 0.53
Hex A9 14 FC 21 5C 0 1 117 61 35
Octal 251 24 374 41 134 0 1 427 141 65
Binary 10101001 10100 11111100 100001 1011100 0 1 100010111 1100001 110101

Color Harmonies of #A914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914FC

Black with #A914FC

Text Example


Text Example

White with #A914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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