Html Css Color HEX #A516FA Electric Purple

📋 copy color: '#A516FA'

red 165 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #A516FA

Tints of Electric Purple #A516FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.03%

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

R = 37.76%
G = 5.03%
B = 57.21%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A516FA (or 0xA516FA) is known color: Electric Purple. HEX triplet: A5, 16 and FA. RGB value is (165,22,250). Sum of RGB (Red+Green+Blue) = 165+22+250=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #A516FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516FA is #5AE905. Grayscale: #595959. Windows color (decimal): -5957894 or 16389797. OLE color: 16389797.

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

Color convert

RGB 165 22 250 -
CMYK 0.34 0.91 0 0.02
HSL 277.63º 0.96% 0.53% -
HSV(B) 277.63º 0.91% 0.98% -
XYZ 33.06 15.48 91.69 -
YUV 90.75 217.88 180.96 -
System Red Green Blue C M Y K H S L
Decimal 165 22 250 0.34 0.91 0 0.02 277.63 0.96 0.53
Hex A5 16 FA 22 5B 0 2 116 60 35
Octal 245 26 372 42 133 0 2 426 140 65
Binary 10100101 10110 11111010 100010 1011011 0 10 100010110 1100000 110101

Color Harmonies of #A516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516FA

Black with #A516FA

Text Example


Text Example

White with #A516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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