Html Css Color HEX #A619FD Electric Purple

📋 copy color: '#A619FD'

red 166 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #A619FD

Tints of Electric Purple #A619FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 37.39%
G = 5.63%
B = 56.98%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A619FD (or 0xA619FD) is known color: Electric Purple. HEX triplet: A6, 19 and FD. RGB value is (166,25,253). Sum of RGB (Red+Green+Blue) = 166+25+253=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #A619FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619FD is #59E602. Grayscale: #5C5C5C. Windows color (decimal): -5891587 or 16587174. OLE color: 16587174.

HSL color Cylindrical-coordinate representation of color #A619FD: hue angle of 277.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619FD is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 25 253 -
CMYK 0.34 0.90 0 0.01
HSL 277.11º 0.98% 0.55% -
HSV(B) 277.11º 0.9% 0.99% -
XYZ 33.8 15.89 94.21 -
YUV 93.15 218.21 179.96 -
System Red Green Blue C M Y K H S L
Decimal 166 25 253 0.34 0.90 0 0.01 277.11 0.98 0.55
Hex A6 19 FD 22 5A 0 1 115 62 37
Octal 246 31 375 42 132 0 1 425 142 67
Binary 10100110 11001 11111101 100010 1011010 0 1 100010101 1100010 110111

Color Harmonies of #A619FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619FD

Black with #A619FD

Text Example


Text Example

White with #A619FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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