Html Css Color HEX #A616FA Electric Purple

📋 copy color: '#A616FA'

red 166 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #A616FA

Tints of Electric Purple #A616FA

RGB

 RED value IS 166 (65.23% from 255) = 37.9%

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

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

R = 37.9%
G = 5.02%
B = 57.08%

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

#A616FA (or 0xA616FA) is known color: Electric Purple. HEX triplet: A6, 16 and FA. RGB value is (166,22,250). Sum of RGB (Red+Green+Blue) = 166+22+250=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 22 (8.98% from 255 or 5.02% 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 #A616FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616FA is #59E905. Grayscale: #5A5A5A. Windows color (decimal): -5892358 or 16389798. OLE color: 16389798.

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

Color convert

RGB 166 22 250 -
CMYK 0.34 0.91 0 0.02
HSL 277.89º 0.96% 0.53% -
HSV(B) 277.89º 0.91% 0.98% -
XYZ 33.27 15.58 91.7 -
YUV 91.05 217.71 181.46 -
System Red Green Blue C M Y K H S L
Decimal 166 22 250 0.34 0.91 0 0.02 277.89 0.96 0.53
Hex A6 16 FA 22 5B 0 2 116 60 35
Octal 246 26 372 42 133 0 2 426 140 65
Binary 10100110 10110 11111010 100010 1011011 0 10 100010110 1100000 110101

Color Harmonies of #A616FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616FA

Black with #A616FA

Text Example


Text Example

White with #A616FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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