Html Css Color HEX #A619F9 Electric Purple

📋 copy color: '#A619F9'

red 166 ◦ green 25 ◦ blue 249

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

Shades of Electric Purple #A619F9

Tints of Electric Purple #A619F9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.68%

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

R = 37.73%
G = 5.68%
B = 56.59%

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

#A619F9 (or 0xA619F9) is known color: Electric Purple. HEX triplet: A6, 19 and F9. RGB value is (166,25,249). Sum of RGB (Red+Green+Blue) = 166+25+249=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #A619F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619F9 is #59E606. Grayscale: #5B5B5B. Windows color (decimal): -5891591 or 16325030. OLE color: 16325030.

HSL color Cylindrical-coordinate representation of color #A619F9: hue angle of 277.77º 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 #A619F9 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 25 249 -
CMYK 0.33 0.90 0 0.02
HSL 277.77º 0.95% 0.54% -
HSV(B) 277.77º 0.9% 0.98% -
XYZ 33.17 15.64 90.89 -
YUV 92.7 216.21 180.29 -
System Red Green Blue C M Y K H S L
Decimal 166 25 249 0.33 0.90 0 0.02 277.77 0.95 0.54
Hex A6 19 F9 21 5A 0 2 116 5F 36
Octal 246 31 371 41 132 0 2 426 137 66
Binary 10100110 11001 11111001 100001 1011010 0 10 100010110 1011111 110110

Color Harmonies of #A619F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619F9

Black with #A619F9

Text Example


Text Example

White with #A619F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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