Html Css Color HEX #A618F4 Electric Purple

📋 copy color: '#A618F4'

red 166 ◦ green 24 ◦ blue 244

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

Shades of Electric Purple #A618F4

Tints of Electric Purple #A618F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.22%

R = 38.25%
G = 5.53%
B = 56.22%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A618F4 (or 0xA618F4) is known color: Electric Purple. HEX triplet: A6, 18 and F4. RGB value is (166,24,244). Sum of RGB (Red+Green+Blue) = 166+24+244=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #A618F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618F4 is #59E70B. Grayscale: #5A5A5A. Windows color (decimal): -5891852 or 15997094. OLE color: 15997094.

HSL color Cylindrical-coordinate representation of color #A618F4: hue angle of 278.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A618F4 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 24 244 -
CMYK 0.32 0.90 0 0.04
HSL 278.73º 0.91% 0.53% -
HSV(B) 278.73º 0.9% 0.96% -
XYZ 32.38 15.29 86.83 -
YUV 91.54 214.04 181.11 -
System Red Green Blue C M Y K H S L
Decimal 166 24 244 0.32 0.90 0 0.04 278.73 0.91 0.53
Hex A6 18 F4 20 5A 0 4 117 5B 35
Octal 246 30 364 40 132 0 4 427 133 65
Binary 10100110 11000 11110100 100000 1011010 0 100 100010111 1011011 110101

Color Harmonies of #A618F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618F4

Black with #A618F4

Text Example


Text Example

White with #A618F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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