Html Css Color HEX #A619F7 Electric Purple

📋 copy color: '#A619F7'

red 166 ◦ green 25 ◦ blue 247

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

Shades of Electric Purple #A619F7

Tints of Electric Purple #A619F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.39%

R = 37.9%
G = 5.71%
B = 56.39%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A619F7 (or 0xA619F7) is known color: Electric Purple. HEX triplet: A6, 19 and F7. RGB value is (166,25,247). Sum of RGB (Red+Green+Blue) = 166+25+247=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #A619F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619F7 is #59E608. Grayscale: #5B5B5B. Windows color (decimal): -5891593 or 16193958. OLE color: 16193958.

HSL color Cylindrical-coordinate representation of color #A619F7: hue angle of 278.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619F7 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 25 247 -
CMYK 0.33 0.90 0 0.03
HSL 278.11º 0.93% 0.53% -
HSV(B) 278.11º 0.9% 0.97% -
XYZ 32.86 15.52 89.26 -
YUV 92.47 215.21 180.45 -
System Red Green Blue C M Y K H S L
Decimal 166 25 247 0.33 0.90 0 0.03 278.11 0.93 0.53
Hex A6 19 F7 21 5A 0 3 116 5D 35
Octal 246 31 367 41 132 0 3 426 135 65
Binary 10100110 11001 11110111 100001 1011010 0 11 100010110 1011101 110101

Color Harmonies of #A619F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619F7

Black with #A619F7

Text Example


Text Example

White with #A619F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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