Html Css Color HEX #A905FA Electric Purple

📋 copy color: '#A905FA'

red 169 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #A905FA

Tints of Electric Purple #A905FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 39.86%
G = 1.18%
B = 58.96%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A905FA (or 0xA905FA) is known color: Electric Purple. HEX triplet: A9, 05 and FA. RGB value is (169,5,250). Sum of RGB (Red+Green+Blue) = 169+5+250=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #A905FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A905FA is #56FA05. Grayscale: #515151. Windows color (decimal): -5700102 or 16385449. OLE color: 16385449.

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

Color convert

RGB 169 5 250 -
CMYK 0.32 0.98 0 0.02
HSL 280.16º 0.96% 0.5% -
HSV(B) 280.16º 0.98% 0.98% -
XYZ 33.67 15.45 91.65 -
YUV 81.97 222.83 190.08 -
System Red Green Blue C M Y K H S L
Decimal 169 5 250 0.32 0.98 0 0.02 280.16 0.96 0.5
Hex A9 5 FA 20 62 0 2 118 60 32
Octal 251 5 372 40 142 0 2 430 140 62
Binary 10101001 101 11111010 100000 1100010 0 10 100011000 1100000 110010

Color Harmonies of #A905FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A905FA

Black with #A905FA

Text Example


Text Example

White with #A905FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A905FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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