Html Css Color HEX #A916FA Electric Purple

📋 copy color: '#A916FA'

red 169 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #A916FA

Tints of Electric Purple #A916FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 38.32%
G = 4.99%
B = 56.69%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A916FA (or 0xA916FA) is known color: Electric Purple. HEX triplet: A9, 16 and FA. RGB value is (169,22,250). Sum of RGB (Red+Green+Blue) = 169+22+250=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #A916FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A916FA is #56E905. Grayscale: #5B5B5B. Windows color (decimal): -5695750 or 16389801. OLE color: 16389801.

HSL color Cylindrical-coordinate representation of color #A916FA: hue angle of 278.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A916FA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 22 250 -
CMYK 0.32 0.91 0 0.02
HSL 278.68º 0.96% 0.53% -
HSV(B) 278.68º 0.91% 0.98% -
XYZ 33.9 15.91 91.73 -
YUV 91.95 217.2 182.96 -
System Red Green Blue C M Y K H S L
Decimal 169 22 250 0.32 0.91 0 0.02 278.68 0.96 0.53
Hex A9 16 FA 20 5B 0 2 117 60 35
Octal 251 26 372 40 133 0 2 427 140 65
Binary 10101001 10110 11111010 100000 1011011 0 10 100010111 1100000 110101

Color Harmonies of #A916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916FA

Black with #A916FA

Text Example


Text Example

White with #A916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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