Html Css Color HEX #A616FC Electric Purple

📋 copy color: '#A616FC'

red 166 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #A616FC

Tints of Electric Purple #A616FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.27%

R = 37.73%
G = 5%
B = 57.27%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A616FC (or 0xA616FC) is known color: Electric Purple. HEX triplet: A6, 16 and FC. RGB value is (166,22,252). Sum of RGB (Red+Green+Blue) = 166+22+252=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #A616FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616FC is #59E903. Grayscale: #5A5A5A. Windows color (decimal): -5892356 or 16520870. OLE color: 16520870.

HSL color Cylindrical-coordinate representation of color #A616FC: hue angle of 277.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A616FC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 22 252 -
CMYK 0.34 0.91 0 0.01
HSL 277.57º 0.97% 0.54% -
HSV(B) 277.57º 0.91% 0.99% -
XYZ 33.58 15.71 93.36 -
YUV 91.28 218.71 181.3 -
System Red Green Blue C M Y K H S L
Decimal 166 22 252 0.34 0.91 0 0.01 277.57 0.97 0.54
Hex A6 16 FC 22 5B 0 1 116 61 36
Octal 246 26 374 42 133 0 1 426 141 66
Binary 10100110 10110 11111100 100010 1011011 0 1 100010110 1100001 110110

Color Harmonies of #A616FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616FC

Black with #A616FC

Text Example


Text Example

White with #A616FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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