Html Css Color HEX #A619FA Electric Purple

📋 copy color: '#A619FA'

red 166 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #A619FA

Tints of Electric Purple #A619FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 37.64%
G = 5.67%
B = 56.69%

CMYK

 C value IS 0.34

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A619FA (or 0xA619FA) is known color: Electric Purple. HEX triplet: A6, 19 and FA. RGB value is (166,25,250). Sum of RGB (Red+Green+Blue) = 166+25+250=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #A619FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619FA is #59E605. Grayscale: #5C5C5C. Windows color (decimal): -5891590 or 16390566. OLE color: 16390566.

HSL color Cylindrical-coordinate representation of color #A619FA: hue angle of 277.6º degrees, saturation: 0.96, 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 #A619FA is Cyan = 0.34, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 25 250 -
CMYK 0.34 0.9 0 0.02
HSL 277.6º 0.96% 0.54% -
HSV(B) 277.6º 0.9% 0.98% -
XYZ 33.33 15.7 91.72 -
YUV 92.81 216.71 180.2 -
System Red Green Blue C M Y K H S L
Decimal 166 25 250 0.34 0.9 0 0.02 277.6 0.96 0.54
Hex A6 19 FA 22 5A 0 2 116 60 36
Octal 246 31 372 42 132 0 2 426 140 66
Binary 10100110 11001 11111010 100010 1011010 0 10 100010110 1100000 110110

Color Harmonies of #A619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619FA

Black with #A619FA

Text Example


Text Example

White with #A619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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