Html Css Color HEX #A504FA Electric Purple

📋 copy color: '#A504FA'

red 165 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #A504FA

Tints of Electric Purple #A504FA

RGB

 RED value IS 165 (64.84% from 255) = 39.38%

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 39.38%
G = 0.95%
B = 59.67%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A504FA (or 0xA504FA) is known color: Electric Purple. HEX triplet: A5, 04 and FA. RGB value is (165,4,250). Sum of RGB (Red+Green+Blue) = 165+4+250=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #A504FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A504FA is #5AFB05. Grayscale: #4F4F4F. Windows color (decimal): -5962502 or 16385189. OLE color: 16385189.

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

Color convert

RGB 165 4 250 -
CMYK 0.34 0.98 0 0.02
HSL 279.27º 0.97% 0.5% -
HSV(B) 279.27º 0.98% 0.98% -
XYZ 32.82 14.99 91.61 -
YUV 80.18 223.84 188.5 -
System Red Green Blue C M Y K H S L
Decimal 165 4 250 0.34 0.98 0 0.02 279.27 0.97 0.5
Hex A5 4 FA 22 62 0 2 117 61 32
Octal 245 4 372 42 142 0 2 427 141 62
Binary 10100101 100 11111010 100010 1100010 0 10 100010111 1100001 110010

Color Harmonies of #A504FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504FA

Black with #A504FA

Text Example


Text Example

White with #A504FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504FA; }

 p { color: rgb(165,4,250); }

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

background-color css

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

 a { background-color: rgb(165,4,250); }

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

border-color css

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

 span { border-color: rgb(165,4,250); }

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