Html Css Color HEX #A819F9 Electric Purple

📋 copy color: '#A819F9'

red 168 ◦ green 25 ◦ blue 249

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

Shades of Electric Purple #A819F9

Tints of Electric Purple #A819F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 38.01%
G = 5.66%
B = 56.33%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A819F9 (or 0xA819F9) is known color: Electric Purple. HEX triplet: A8, 19 and F9. RGB value is (168,25,249). Sum of RGB (Red+Green+Blue) = 168+25+249=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #A819F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F9 is #57E606. Grayscale: #5C5C5C. Windows color (decimal): -5760519 or 16325032. OLE color: 16325032.

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

Color convert

RGB 168 25 249 -
CMYK 0.33 0.90 0 0.02
HSL 278.3º 0.95% 0.54% -
HSV(B) 278.3º 0.9% 0.98% -
XYZ 33.59 15.86 90.91 -
YUV 93.29 215.88 181.29 -
System Red Green Blue C M Y K H S L
Decimal 168 25 249 0.33 0.90 0 0.02 278.3 0.95 0.54
Hex A8 19 F9 21 5A 0 2 116 5F 36
Octal 250 31 371 41 132 0 2 426 137 66
Binary 10101000 11001 11111001 100001 1011010 0 10 100010110 1011111 110110

Color Harmonies of #A819F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819F9

Black with #A819F9

Text Example


Text Example

White with #A819F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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