Html Css Color HEX #A616FE Electric Purple

📋 copy color: '#A616FE'

red 166 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #A616FE

Tints of Electric Purple #A616FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 37.56%
G = 4.98%
B = 57.47%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A616FE (or 0xA616FE) is known color: Electric Purple. HEX triplet: A6, 16 and FE. RGB value is (166,22,254). Sum of RGB (Red+Green+Blue) = 166+22+254=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #A616FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616FE is #59E901. Grayscale: #5A5A5A. Windows color (decimal): -5892354 or 16651942. OLE color: 16651942.

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

Color convert

RGB 166 22 254 -
CMYK 0.35 0.91 0 0.00
HSL 277.24º 0.99% 0.54% -
HSV(B) 277.24º 0.91% 1% -
XYZ 33.9 15.84 95.04 -
YUV 91.5 219.71 181.14 -
System Red Green Blue C M Y K H S L
Decimal 166 22 254 0.35 0.91 0 0.00 277.24 0.99 0.54
Hex A6 16 FE 23 5B 0 0 115 63 36
Octal 246 26 376 43 133 0 0 425 143 66
Binary 10100110 10110 11111110 100011 1011011 0 0 100010101 1100011 110110

Color Harmonies of #A616FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616FE

Black with #A616FE

Text Example


Text Example

White with #A616FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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