Html Css Color HEX #A415FA Electric Purple

📋 copy color: '#A415FA'

red 164 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #A415FA

Tints of Electric Purple #A415FA

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 37.7%
G = 4.83%
B = 57.47%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A415FA (or 0xA415FA) is known color: Electric Purple. HEX triplet: A4, 15 and FA. RGB value is (164,21,250). Sum of RGB (Red+Green+Blue) = 164+21+250=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A415FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A415FA is #5BEA05. Grayscale: #595959. Windows color (decimal): -6023686 or 16389540. OLE color: 16389540.

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

Color convert

RGB 164 21 250 -
CMYK 0.34 0.92 0 0.02
HSL 277.47º 0.96% 0.53% -
HSV(B) 277.47º 0.92% 0.98% -
XYZ 32.83 15.33 91.67 -
YUV 89.86 218.38 180.88 -
System Red Green Blue C M Y K H S L
Decimal 164 21 250 0.34 0.92 0 0.02 277.47 0.96 0.53
Hex A4 15 FA 22 5C 0 2 115 60 35
Octal 244 25 372 42 134 0 2 425 140 65
Binary 10100100 10101 11111010 100010 1011100 0 10 100010101 1100000 110101

Color Harmonies of #A415FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415FA

Black with #A415FA

Text Example


Text Example

White with #A415FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415FA; }

 p { color: rgb(164,21,250); }

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

background-color css

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

 a { background-color: rgb(164,21,250); }

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

border-color css

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

 span { border-color: rgb(164,21,250); }

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