Html Css Color HEX #A719FA Electric Purple

📋 copy color: '#A719FA'

red 167 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #A719FA

Tints of Electric Purple #A719FA

RGB

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

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

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

R = 37.78%
G = 5.66%
B = 56.56%

CMYK

 C value IS 0.33

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A719FA (or 0xA719FA) is known color: Electric Purple. HEX triplet: A7, 19 and FA. RGB value is (167,25,250). Sum of RGB (Red+Green+Blue) = 167+25+250=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #A719FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719FA is #58E605. Grayscale: #5C5C5C. Windows color (decimal): -5826054 or 16390567. OLE color: 16390567.

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

Color convert

RGB 167 25 250 -
CMYK 0.33 0.9 0 0.02
HSL 277.87º 0.96% 0.54% -
HSV(B) 277.87º 0.9% 0.98% -
XYZ 33.54 15.81 91.73 -
YUV 93.11 216.54 180.7 -
System Red Green Blue C M Y K H S L
Decimal 167 25 250 0.33 0.9 0 0.02 277.87 0.96 0.54
Hex A7 19 FA 21 5A 0 2 116 60 36
Octal 247 31 372 41 132 0 2 426 140 66
Binary 10100111 11001 11111010 100001 1011010 0 10 100010110 1100000 110110

Color Harmonies of #A719FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719FA

Black with #A719FA

Text Example


Text Example

White with #A719FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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