Html Css Color HEX #A816FE Electric Purple

📋 copy color: '#A816FE'

red 168 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #A816FE

Tints of Electric Purple #A816FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.95%

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

R = 37.84%
G = 4.95%
B = 57.21%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A816FE (or 0xA816FE) is known color: Electric Purple. HEX triplet: A8, 16 and FE. RGB value is (168,22,254). Sum of RGB (Red+Green+Blue) = 168+22+254=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 22 (8.98% from 255 or 4.95% 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 #A816FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816FE is #57E901. Grayscale: #5B5B5B. Windows color (decimal): -5761282 or 16651944. OLE color: 16651944.

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

Color convert

RGB 168 22 254 -
CMYK 0.34 0.91 0 0.00
HSL 277.76º 0.99% 0.54% -
HSV(B) 277.76º 0.91% 1% -
XYZ 34.32 16.05 95.06 -
YUV 92.1 219.37 182.14 -
System Red Green Blue C M Y K H S L
Decimal 168 22 254 0.34 0.91 0 0.00 277.76 0.99 0.54
Hex A8 16 FE 22 5B 0 0 116 63 36
Octal 250 26 376 42 133 0 0 426 143 66
Binary 10101000 10110 11111110 100010 1011011 0 0 100010110 1100011 110110

Color Harmonies of #A816FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816FE

Black with #A816FE

Text Example


Text Example

White with #A816FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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