Html Css Color HEX #A904FF Electric Purple

📋 copy color: '#A904FF'

red 169 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #A904FF

Tints of Electric Purple #A904FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 39.49%
G = 0.93%
B = 59.58%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A904FF (or 0xA904FF) is known color: Electric Purple. HEX triplet: A9, 04 and FF. RGB value is (169,4,255). Sum of RGB (Red+Green+Blue) = 169+4+255=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #A904FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A904FF is #56FB00. Grayscale: #515151. Windows color (decimal): -5700353 or 16712873. OLE color: 16712873.

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

Color convert

RGB 169 4 255 -
CMYK 0.34 0.98 0 0
HSL 279.44º 1% 0.51% -
HSV(B) 279.44º 0.98% 1% -
XYZ 34.46 15.74 95.83 -
YUV 81.95 225.66 190.09 -
System Red Green Blue C M Y K H S L
Decimal 169 4 255 0.34 0.98 0 0 279.44 1 0.51
Hex A9 4 FF 22 62 0 0 117 64 33
Octal 251 4 377 42 142 0 0 427 144 63
Binary 10101001 100 11111111 100010 1100010 0 0 100010111 1100100 110011

Color Harmonies of #A904FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A904FF

Black with #A904FF

Text Example


Text Example

White with #A904FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A904FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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