Html Css Color HEX #A519FE Electric Purple

📋 copy color: '#A519FE'

red 165 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #A519FE

Tints of Electric Purple #A519FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.63%

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

R = 37.16%
G = 5.63%
B = 57.21%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A519FE (or 0xA519FE) is known color: Electric Purple. HEX triplet: A5, 19 and FE. RGB value is (165,25,254). Sum of RGB (Red+Green+Blue) = 165+25+254=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A519FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519FE is #5AE601. Grayscale: #5C5C5C. Windows color (decimal): -5957122 or 16652709. OLE color: 16652709.

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

Color convert

RGB 165 25 254 -
CMYK 0.35 0.90 0 0.00
HSL 276.68º 0.99% 0.55% -
HSV(B) 276.68º 0.9% 1% -
XYZ 33.75 15.85 95.05 -
YUV 92.97 218.88 179.38 -
System Red Green Blue C M Y K H S L
Decimal 165 25 254 0.35 0.90 0 0.00 276.68 0.99 0.55
Hex A5 19 FE 23 5A 0 0 115 63 37
Octal 245 31 376 43 132 0 0 425 143 67
Binary 10100101 11001 11111110 100011 1011010 0 0 100010101 1100011 110111

Color Harmonies of #A519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519FE

Black with #A519FE

Text Example


Text Example

White with #A519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519FE; }

 p { color: rgb(165,25,254); }

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

background-color css

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

 a { background-color: rgb(165,25,254); }

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

border-color css

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

 span { border-color: rgb(165,25,254); }

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