Html Css Color HEX #A500FA Electric Purple

📋 copy color: '#A500FA'

red 165 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #A500FA

Tints of Electric Purple #A500FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.76%
G = 0%
B = 60.24%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A500FA (or 0xA500FA) is known color: Electric Purple. HEX triplet: A5, 00 and FA. RGB value is (165,0,250). Sum of RGB (Red+Green+Blue) = 165+0+250=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #A500FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500FA is #5AFF05. Grayscale: #4D4D4D. Windows color (decimal): -5963526 or 16384165. OLE color: 16384165.

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

Color convert

RGB 165 0 250 -
CMYK 0.34 1 0 0.02
HSL 279.6º 1% 0.49% -
HSV(B) 279.6º 1% 0.98% -
XYZ 32.77 14.9 91.59 -
YUV 77.84 225.16 190.17 -
System Red Green Blue C M Y K H S L
Decimal 165 0 250 0.34 1 0 0.02 279.6 1 0.49
Hex A5 0 FA 22 64 0 2 118 64 31
Octal 245 0 372 42 144 0 2 430 144 61
Binary 10100101 0 11111010 100010 1100100 0 10 100011000 1100100 110001

Color Harmonies of #A500FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500FA

Black with #A500FA

Text Example


Text Example

White with #A500FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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