Html Css Color HEX #A004FC Electric Purple

📋 copy color: '#A004FC'

red 160 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #A004FC

Tints of Electric Purple #A004FC

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 38.46%
G = 0.96%
B = 60.58%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A004FC (or 0xA004FC) is known color: Electric Purple. HEX triplet: A0, 04 and FC. RGB value is (160,4,252). Sum of RGB (Red+Green+Blue) = 160+4+252=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #A004FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004FC is #5FFB03. Grayscale: #4E4E4E. Windows color (decimal): -6290180 or 16516256. OLE color: 16516256.

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

Color convert

RGB 160 4 252 -
CMYK 0.37 0.98 0 0.01
HSL 277.74º 0.98% 0.5% -
HSV(B) 277.74º 0.98% 0.99% -
XYZ 32.11 14.59 93.22 -
YUV 78.92 225.68 185.83 -
System Red Green Blue C M Y K H S L
Decimal 160 4 252 0.37 0.98 0 0.01 277.74 0.98 0.5
Hex A0 4 FC 25 62 0 1 116 62 32
Octal 240 4 374 45 142 0 1 426 142 62
Binary 10100000 100 11111100 100101 1100010 0 1 100010110 1100010 110010

Color Harmonies of #A004FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004FC

Black with #A004FC

Text Example


Text Example

White with #A004FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004FC; }

 p { color: rgb(160,4,252); }

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

background-color css

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

 a { background-color: rgb(160,4,252); }

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

border-color css

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

 span { border-color: rgb(160,4,252); }

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