Html Css Color HEX #A813FE Electric Purple

📋 copy color: '#A813FE'

red 168 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #A813FE

Tints of Electric Purple #A813FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.31%

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

R = 38.1%
G = 4.31%
B = 57.6%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A813FE (or 0xA813FE) is known color: Electric Purple. HEX triplet: A8, 13 and FE. RGB value is (168,19,254). Sum of RGB (Red+Green+Blue) = 168+19+254=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #A813FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813FE is #57EC01. Grayscale: #595959. Windows color (decimal): -5762050 or 16651176. OLE color: 16651176.

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

Color convert

RGB 168 19 254 -
CMYK 0.34 0.93 0 0.00
HSL 278.04º 0.99% 0.54% -
HSV(B) 278.04º 0.93% 1% -
XYZ 34.27 15.95 95.04 -
YUV 90.34 220.36 183.39 -
System Red Green Blue C M Y K H S L
Decimal 168 19 254 0.34 0.93 0 0.00 278.04 0.99 0.54
Hex A8 13 FE 22 5D 0 0 116 63 36
Octal 250 23 376 42 135 0 0 426 143 66
Binary 10101000 10011 11111110 100010 1011101 0 0 100010110 1100011 110110

Color Harmonies of #A813FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813FE

Black with #A813FE

Text Example


Text Example

White with #A813FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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