Html Css Color HEX #A505FA Electric Purple

📋 copy color: '#A505FA'

red 165 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #A505FA

Tints of Electric Purple #A505FA

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

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

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

R = 39.29%
G = 1.19%
B = 59.52%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A505FA (or 0xA505FA) is known color: Electric Purple. HEX triplet: A5, 05 and FA. RGB value is (165,5,250). Sum of RGB (Red+Green+Blue) = 165+5+250=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #A505FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505FA is #5AFA05. Grayscale: #4F4F4F. Windows color (decimal): -5962246 or 16385445. OLE color: 16385445.

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

Color convert

RGB 165 5 250 -
CMYK 0.34 0.98 0 0.02
HSL 279.18º 0.96% 0.5% -
HSV(B) 279.18º 0.98% 0.98% -
XYZ 32.83 15.01 91.61 -
YUV 80.77 223.51 188.08 -
System Red Green Blue C M Y K H S L
Decimal 165 5 250 0.34 0.98 0 0.02 279.18 0.96 0.5
Hex A5 5 FA 22 62 0 2 117 60 32
Octal 245 5 372 42 142 0 2 427 140 62
Binary 10100101 101 11111010 100010 1100010 0 10 100010111 1100000 110010

Color Harmonies of #A505FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505FA

Black with #A505FA

Text Example


Text Example

White with #A505FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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