Html Css Color HEX #A415FE Electric Purple

📋 copy color: '#A415FE'

red 164 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #A415FE

Tints of Electric Purple #A415FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 37.36%
G = 4.78%
B = 57.86%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A415FE (or 0xA415FE) is known color: Electric Purple. HEX triplet: A4, 15 and FE. RGB value is (164,21,254). Sum of RGB (Red+Green+Blue) = 164+21+254=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A415FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A415FE is #5BEA01. Grayscale: #595959. Windows color (decimal): -6023682 or 16651684. OLE color: 16651684.

HSL color Cylindrical-coordinate representation of color #A415FE: hue angle of 276.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A415FE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 21 254 -
CMYK 0.35 0.92 0 0.00
HSL 276.82º 0.99% 0.54% -
HSV(B) 276.82º 0.92% 1% -
XYZ 33.47 15.58 95.01 -
YUV 90.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 164 21 254 0.35 0.92 0 0.00 276.82 0.99 0.54
Hex A4 15 FE 23 5C 0 0 115 63 36
Octal 244 25 376 43 134 0 0 425 143 66
Binary 10100100 10101 11111110 100011 1011100 0 0 100010101 1100011 110110

Color Harmonies of #A415FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415FE

Black with #A415FE

Text Example


Text Example

White with #A415FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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