Html Css Color HEX #A719FD Electric Purple

📋 copy color: '#A719FD'

red 167 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #A719FD

Tints of Electric Purple #A719FD

RGB

 RED value IS 167 (65.63% from 255) = 37.53%

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

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

R = 37.53%
G = 5.62%
B = 56.85%

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

#A719FD (or 0xA719FD) is known color: Electric Purple. HEX triplet: A7, 19 and FD. RGB value is (167,25,253). Sum of RGB (Red+Green+Blue) = 167+25+253=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A719FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719FD is #58E602. Grayscale: #5C5C5C. Windows color (decimal): -5826051 or 16587175. OLE color: 16587175.

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

Color convert

RGB 167 25 253 -
CMYK 0.34 0.90 0 0.01
HSL 277.37º 0.98% 0.55% -
HSV(B) 277.37º 0.9% 0.99% -
XYZ 34.01 16 94.22 -
YUV 93.45 218.04 180.46 -
System Red Green Blue C M Y K H S L
Decimal 167 25 253 0.34 0.90 0 0.01 277.37 0.98 0.55
Hex A7 19 FD 22 5A 0 1 115 62 37
Octal 247 31 375 42 132 0 1 425 142 67
Binary 10100111 11001 11111101 100010 1011010 0 1 100010101 1100010 110111

Color Harmonies of #A719FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719FD

Black with #A719FD

Text Example


Text Example

White with #A719FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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