Html Css Color HEX #A618F9 Electric Purple

📋 copy color: '#A618F9'

red 166 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #A618F9

Tints of Electric Purple #A618F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.72%

R = 37.81%
G = 5.47%
B = 56.72%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A618F9 (or 0xA618F9) is known color: Electric Purple. HEX triplet: A6, 18 and F9. RGB value is (166,24,249). Sum of RGB (Red+Green+Blue) = 166+24+249=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #A618F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618F9 is #59E706. Grayscale: #5B5B5B. Windows color (decimal): -5891847 or 16324774. OLE color: 16324774.

HSL color Cylindrical-coordinate representation of color #A618F9: hue angle of 277.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A618F9 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 24 249 -
CMYK 0.33 0.90 0 0.02
HSL 277.87º 0.95% 0.54% -
HSV(B) 277.87º 0.9% 0.98% -
XYZ 33.15 15.6 90.89 -
YUV 92.11 216.54 180.7 -
System Red Green Blue C M Y K H S L
Decimal 166 24 249 0.33 0.90 0 0.02 277.87 0.95 0.54
Hex A6 18 F9 21 5A 0 2 116 5F 36
Octal 246 30 371 41 132 0 2 426 137 66
Binary 10100110 11000 11111001 100001 1011010 0 10 100010110 1011111 110110

Color Harmonies of #A618F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618F9

Black with #A618F9

Text Example


Text Example

White with #A618F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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