Html Css Color HEX #A904ED Electric Purple

📋 copy color: '#A904ED'

red 169 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #A904ED

Tints of Electric Purple #A904ED

RGB

 RED value IS 169 (66.41% from 255) = 41.22%

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

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

R = 41.22%
G = 0.98%
B = 57.8%

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

#A904ED (or 0xA904ED) is known color: Electric Purple. HEX triplet: A9, 04 and ED. RGB value is (169,4,237). Sum of RGB (Red+Green+Blue) = 169+4+237=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A904ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A904ED is #56FB12. Grayscale: #4F4F4F. Windows color (decimal): -5700371 or 15533225. OLE color: 15533225.

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

Color convert

RGB 169 4 237 -
CMYK 0.29 0.98 0 0.07
HSL 282.49º 0.97% 0.47% -
HSV(B) 282.49º 0.98% 0.93% -
XYZ 31.69 14.64 81.28 -
YUV 79.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 169 4 237 0.29 0.98 0 0.07 282.49 0.97 0.47
Hex A9 4 ED 1D 62 0 7 11A 61 2F
Octal 251 4 355 35 142 0 7 432 141 57
Binary 10101001 100 11101101 11101 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A904ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A904ED

Black with #A904ED

Text Example


Text Example

White with #A904ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A904ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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