Html Css Color HEX #A414FC Electric Purple

📋 copy color: '#A414FC'

red 164 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #A414FC

Tints of Electric Purple #A414FC

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

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

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

R = 37.61%
G = 4.59%
B = 57.8%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A414FC (or 0xA414FC) is known color: Electric Purple. HEX triplet: A4, 14 and FC. RGB value is (164,20,252). Sum of RGB (Red+Green+Blue) = 164+20+252=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A414FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A414FC is #5BEB03. Grayscale: #585858. Windows color (decimal): -6023940 or 16520356. OLE color: 16520356.

HSL color Cylindrical-coordinate representation of color #A414FC: hue angle of 277.24º 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 #A414FC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 20 252 -
CMYK 0.35 0.92 0 0.01
HSL 277.24º 0.97% 0.53% -
HSV(B) 277.24º 0.92% 0.99% -
XYZ 33.13 15.42 93.33 -
YUV 89.5 219.71 181.14 -
System Red Green Blue C M Y K H S L
Decimal 164 20 252 0.35 0.92 0 0.01 277.24 0.97 0.53
Hex A4 14 FC 23 5C 0 1 115 61 35
Octal 244 24 374 43 134 0 1 425 141 65
Binary 10100100 10100 11111100 100011 1011100 0 1 100010101 1100001 110101

Color Harmonies of #A414FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414FC

Black with #A414FC

Text Example


Text Example

White with #A414FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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