Html Css Color HEX #A915FA Electric Purple

📋 copy color: '#A915FA'

red 169 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #A915FA

Tints of Electric Purple #A915FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

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

R = 38.41%
G = 4.77%
B = 56.82%

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

#A915FA (or 0xA915FA) is known color: Electric Purple. HEX triplet: A9, 15 and FA. RGB value is (169,21,250). Sum of RGB (Red+Green+Blue) = 169+21+250=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #A915FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915FA is #56EA05. Grayscale: #5A5A5A. Windows color (decimal): -5696006 or 16389545. OLE color: 16389545.

HSL color Cylindrical-coordinate representation of color #A915FA: hue angle of 278.78º 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 #A915FA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 21 250 -
CMYK 0.32 0.92 0 0.02
HSL 278.78º 0.96% 0.53% -
HSV(B) 278.78º 0.92% 0.98% -
XYZ 33.89 15.87 91.72 -
YUV 91.36 217.53 183.38 -
System Red Green Blue C M Y K H S L
Decimal 169 21 250 0.32 0.92 0 0.02 278.78 0.96 0.53
Hex A9 15 FA 20 5C 0 2 117 60 35
Octal 251 25 372 40 134 0 2 427 140 65
Binary 10101001 10101 11111010 100000 1011100 0 10 100010111 1100000 110101

Color Harmonies of #A915FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915FA

Black with #A915FA

Text Example


Text Example

White with #A915FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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