Html Css Color HEX #A819FE Electric Purple

📋 copy color: '#A819FE'

red 168 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #A819FE

Tints of Electric Purple #A819FE

RGB

 RED value IS 168 (66.02% from 255) = 37.58%

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

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

R = 37.58%
G = 5.59%
B = 56.82%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A819FE (or 0xA819FE) is known color: Electric Purple. HEX triplet: A8, 19 and FE. RGB value is (168,25,254). Sum of RGB (Red+Green+Blue) = 168+25+254=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #A819FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819FE is #57E601. Grayscale: #5D5D5D. Windows color (decimal): -5760514 or 16652712. OLE color: 16652712.

HSL color Cylindrical-coordinate representation of color #A819FE: hue angle of 277.47º 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 #A819FE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 25 254 -
CMYK 0.34 0.90 0 0.00
HSL 277.47º 0.99% 0.55% -
HSV(B) 277.47º 0.9% 1% -
XYZ 34.39 16.18 95.08 -
YUV 93.86 218.38 180.88 -
System Red Green Blue C M Y K H S L
Decimal 168 25 254 0.34 0.90 0 0.00 277.47 0.99 0.55
Hex A8 19 FE 22 5A 0 0 115 63 37
Octal 250 31 376 42 132 0 0 425 143 67
Binary 10101000 11001 11111110 100010 1011010 0 0 100010101 1100011 110111

Color Harmonies of #A819FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819FE

Black with #A819FE

Text Example


Text Example

White with #A819FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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