Html Css Color HEX #A618FC Electric Purple

📋 copy color: '#A618FC'

red 166 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #A618FC

Tints of Electric Purple #A618FC

RGB

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

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

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

R = 37.56%
G = 5.43%
B = 57.01%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A618FC (or 0xA618FC) is known color: Electric Purple. HEX triplet: A6, 18 and FC. RGB value is (166,24,252). Sum of RGB (Red+Green+Blue) = 166+24+252=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A618FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618FC is #59E703. Grayscale: #5B5B5B. Windows color (decimal): -5891844 or 16521382. OLE color: 16521382.

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

Color convert

RGB 166 24 252 -
CMYK 0.34 0.90 0 0.01
HSL 277.37º 0.97% 0.54% -
HSV(B) 277.37º 0.9% 0.99% -
XYZ 33.62 15.79 93.37 -
YUV 92.45 218.04 180.46 -
System Red Green Blue C M Y K H S L
Decimal 166 24 252 0.34 0.90 0 0.01 277.37 0.97 0.54
Hex A6 18 FC 22 5A 0 1 115 61 36
Octal 246 30 374 42 132 0 1 425 141 66
Binary 10100110 11000 11111100 100010 1011010 0 1 100010101 1100001 110110

Color Harmonies of #A618FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618FC

Black with #A618FC

Text Example


Text Example

White with #A618FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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