Html Css Color HEX #A916FE Electric Purple

📋 copy color: '#A916FE'

red 169 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #A916FE

Tints of Electric Purple #A916FE

RGB

 RED value IS 169 (66.41% from 255) = 37.98%

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

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

R = 37.98%
G = 4.94%
B = 57.08%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A916FE (or 0xA916FE) is known color: Electric Purple. HEX triplet: A9, 16 and FE. RGB value is (169,22,254). Sum of RGB (Red+Green+Blue) = 169+22+254=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #A916FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A916FE is #56E901. Grayscale: #5B5B5B. Windows color (decimal): -5695746 or 16651945. OLE color: 16651945.

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

Color convert

RGB 169 22 254 -
CMYK 0.33 0.91 0 0.00
HSL 278.02º 0.99% 0.54% -
HSV(B) 278.02º 0.91% 1% -
XYZ 34.54 16.16 95.07 -
YUV 92.4 219.2 182.64 -
System Red Green Blue C M Y K H S L
Decimal 169 22 254 0.33 0.91 0 0.00 278.02 0.99 0.54
Hex A9 16 FE 21 5B 0 0 116 63 36
Octal 251 26 376 41 133 0 0 426 143 66
Binary 10101001 10110 11111110 100001 1011011 0 0 100010110 1100011 110110

Color Harmonies of #A916FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916FE

Black with #A916FE

Text Example


Text Example

White with #A916FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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