Html Css Color HEX #A919FA Electric Purple

📋 copy color: '#A919FA'

red 169 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #A919FA

Tints of Electric Purple #A919FA

RGB

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

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

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

R = 38.06%
G = 5.63%
B = 56.31%

CMYK

 C value IS 0.32

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A919FA (or 0xA919FA) is known color: Electric Purple. HEX triplet: A9, 19 and FA. RGB value is (169,25,250). Sum of RGB (Red+Green+Blue) = 169+25+250=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #A919FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919FA is #56E605. Grayscale: #5C5C5C. Windows color (decimal): -5694982 or 16390569. OLE color: 16390569.

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

Color convert

RGB 169 25 250 -
CMYK 0.32 0.9 0 0.02
HSL 278.4º 0.96% 0.54% -
HSV(B) 278.4º 0.9% 0.98% -
XYZ 33.97 16.03 91.75 -
YUV 93.71 216.21 181.7 -
System Red Green Blue C M Y K H S L
Decimal 169 25 250 0.32 0.9 0 0.02 278.4 0.96 0.54
Hex A9 19 FA 20 5A 0 2 116 60 36
Octal 251 31 372 40 132 0 2 426 140 66
Binary 10101001 11001 11111010 100000 1011010 0 10 100010110 1100000 110110

Color Harmonies of #A919FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919FA

Black with #A919FA

Text Example


Text Example

White with #A919FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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