Html Css Color HEX #A804FC Electric Purple

📋 copy color: '#A804FC'

red 168 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #A804FC

Tints of Electric Purple #A804FC

RGB

 RED value IS 168 (66.02% from 255) = 39.62%

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

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

R = 39.62%
G = 0.94%
B = 59.43%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A804FC (or 0xA804FC) is known color: Electric Purple. HEX triplet: A8, 04 and FC. RGB value is (168,4,252). Sum of RGB (Red+Green+Blue) = 168+4+252=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #A804FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804FC is #57FB03. Grayscale: #505050. Windows color (decimal): -5765892 or 16516264. OLE color: 16516264.

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

Color convert

RGB 168 4 252 -
CMYK 0.33 0.98 0 0.01
HSL 279.68º 0.98% 0.5% -
HSV(B) 279.68º 0.98% 0.99% -
XYZ 33.76 15.44 93.3 -
YUV 81.31 224.33 189.83 -
System Red Green Blue C M Y K H S L
Decimal 168 4 252 0.33 0.98 0 0.01 279.68 0.98 0.5
Hex A8 4 FC 21 62 0 1 118 62 32
Octal 250 4 374 41 142 0 1 430 142 62
Binary 10101000 100 11111100 100001 1100010 0 1 100011000 1100010 110010

Color Harmonies of #A804FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804FC

Black with #A804FC

Text Example


Text Example

White with #A804FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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