Html Css Color HEX #A819FA Electric Purple

📋 copy color: '#A819FA'

red 168 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #A819FA

Tints of Electric Purple #A819FA

RGB

 RED value IS 168 (66.02% from 255) = 37.92%

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

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

R = 37.92%
G = 5.64%
B = 56.43%

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

#A819FA (or 0xA819FA) is known color: Electric Purple. HEX triplet: A8, 19 and FA. RGB value is (168,25,250). Sum of RGB (Red+Green+Blue) = 168+25+250=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #A819FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819FA is #57E605. Grayscale: #5C5C5C. Windows color (decimal): -5760518 or 16390568. OLE color: 16390568.

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

Color convert

RGB 168 25 250 -
CMYK 0.33 0.9 0 0.02
HSL 278.13º 0.96% 0.54% -
HSV(B) 278.13º 0.9% 0.98% -
XYZ 33.75 15.92 91.74 -
YUV 93.41 216.38 181.2 -
System Red Green Blue C M Y K H S L
Decimal 168 25 250 0.33 0.9 0 0.02 278.13 0.96 0.54
Hex A8 19 FA 21 5A 0 2 116 60 36
Octal 250 31 372 41 132 0 2 426 140 66
Binary 10101000 11001 11111010 100001 1011010 0 10 100010110 1100000 110110

Color Harmonies of #A819FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819FA

Black with #A819FA

Text Example


Text Example

White with #A819FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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