Html Css Color HEX #A618FE Electric Purple

📋 copy color: '#A618FE'

red 166 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #A618FE

Tints of Electric Purple #A618FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

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

R = 37.39%
G = 5.41%
B = 57.21%

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

#A618FE (or 0xA618FE) is known color: Electric Purple. HEX triplet: A6, 18 and FE. RGB value is (166,24,254). Sum of RGB (Red+Green+Blue) = 166+24+254=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A618FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618FE is #59E701. Grayscale: #5B5B5B. Windows color (decimal): -5891842 or 16652454. OLE color: 16652454.

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

Color convert

RGB 166 24 254 -
CMYK 0.35 0.91 0 0.00
HSL 277.04º 0.99% 0.55% -
HSV(B) 277.04º 0.91% 1% -
XYZ 33.94 15.92 95.05 -
YUV 92.68 219.04 180.3 -
System Red Green Blue C M Y K H S L
Decimal 166 24 254 0.35 0.91 0 0.00 277.04 0.99 0.55
Hex A6 18 FE 23 5B 0 0 115 63 37
Octal 246 30 376 43 133 0 0 425 143 67
Binary 10100110 11000 11111110 100011 1011011 0 0 100010101 1100011 110111

Color Harmonies of #A618FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618FE

Black with #A618FE

Text Example


Text Example

White with #A618FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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