Html Css Color HEX #A913FA Electric Purple

📋 copy color: '#A913FA'

red 169 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #A913FA

Tints of Electric Purple #A913FA

RGB

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

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

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

R = 38.58%
G = 4.34%
B = 57.08%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A913FA (or 0xA913FA) is known color: Electric Purple. HEX triplet: A9, 13 and FA. RGB value is (169,19,250). Sum of RGB (Red+Green+Blue) = 169+19+250=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #A913FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A913FA is #56EC05. Grayscale: #595959. Windows color (decimal): -5696518 or 16389033. OLE color: 16389033.

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

Color convert

RGB 169 19 250 -
CMYK 0.32 0.92 0 0.02
HSL 278.96º 0.96% 0.53% -
HSV(B) 278.96º 0.92% 0.98% -
XYZ 33.85 15.8 91.71 -
YUV 90.18 218.2 184.22 -
System Red Green Blue C M Y K H S L
Decimal 169 19 250 0.32 0.92 0 0.02 278.96 0.96 0.53
Hex A9 13 FA 20 5C 0 2 117 60 35
Octal 251 23 372 40 134 0 2 427 140 65
Binary 10101001 10011 11111010 100000 1011100 0 10 100010111 1100000 110101

Color Harmonies of #A913FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913FA

Black with #A913FA

Text Example


Text Example

White with #A913FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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