Html Css Color HEX #A804ED Electric Purple

📋 copy color: '#A804ED'

red 168 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #A804ED

Tints of Electric Purple #A804ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 41.08%
G = 0.98%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A804ED (or 0xA804ED) is known color: Electric Purple. HEX triplet: A8, 04 and ED. RGB value is (168,4,237). Sum of RGB (Red+Green+Blue) = 168+4+237=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A804ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804ED is #57FB12. Grayscale: #4E4E4E. Windows color (decimal): -5765907 or 15533224. OLE color: 15533224.

HSL color Cylindrical-coordinate representation of color #A804ED: hue angle of 282.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804ED is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 4 237 -
CMYK 0.29 0.98 0 0.07
HSL 282.23º 0.97% 0.47% -
HSV(B) 282.23º 0.98% 0.93% -
XYZ 31.48 14.53 81.27 -
YUV 79.6 216.83 191.05 -
System Red Green Blue C M Y K H S L
Decimal 168 4 237 0.29 0.98 0 0.07 282.23 0.97 0.47
Hex A8 4 ED 1D 62 0 7 11A 61 2F
Octal 250 4 355 35 142 0 7 432 141 57
Binary 10101000 100 11101101 11101 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A804ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804ED

Black with #A804ED

Text Example


Text Example

White with #A804ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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