Html Css Color HEX #A804FE Electric Purple

📋 copy color: '#A804FE'

red 168 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #A804FE

Tints of Electric Purple #A804FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 39.44%
G = 0.94%
B = 59.62%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A804FE (or 0xA804FE) is known color: Electric Purple. HEX triplet: A8, 04 and FE. RGB value is (168,4,254). Sum of RGB (Red+Green+Blue) = 168+4+254=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A804FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804FE is #57FB01. Grayscale: #505050. Windows color (decimal): -5765890 or 16647336. OLE color: 16647336.

HSL color Cylindrical-coordinate representation of color #A804FE: hue angle of 279.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804FE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 4 254 -
CMYK 0.34 0.98 0 0.00
HSL 279.36º 0.99% 0.51% -
HSV(B) 279.36º 0.98% 1% -
XYZ 34.08 15.57 94.97 -
YUV 81.54 225.33 189.67 -
System Red Green Blue C M Y K H S L
Decimal 168 4 254 0.34 0.98 0 0.00 279.36 0.99 0.51
Hex A8 4 FE 22 62 0 0 117 63 33
Octal 250 4 376 42 142 0 0 427 143 63
Binary 10101000 100 11111110 100010 1100010 0 0 100010111 1100011 110011

Color Harmonies of #A804FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804FE

Black with #A804FE

Text Example


Text Example

White with #A804FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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