Html Css Color HEX #A819F5 Electric Purple

📋 copy color: '#A819F5'

red 168 ◦ green 25 ◦ blue 245

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

Shades of Electric Purple #A819F5

Tints of Electric Purple #A819F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.94%

R = 38.36%
G = 5.71%
B = 55.94%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A819F5 (or 0xA819F5) is known color: Electric Purple. HEX triplet: A8, 19 and F5. RGB value is (168,25,245). Sum of RGB (Red+Green+Blue) = 168+25+245=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #A819F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F5 is #57E60A. Grayscale: #5C5C5C. Windows color (decimal): -5760523 or 16062888. OLE color: 16062888.

HSL color Cylindrical-coordinate representation of color #A819F5: hue angle of 279º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A819F5 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 25 245 -
CMYK 0.31 0.90 0 0.04
HSL 279º 0.92% 0.53% -
HSV(B) 279º 0.9% 0.96% -
XYZ 32.98 15.61 87.66 -
YUV 92.84 213.88 181.61 -
System Red Green Blue C M Y K H S L
Decimal 168 25 245 0.31 0.90 0 0.04 279 0.92 0.53
Hex A8 19 F5 1F 5A 0 4 117 5C 35
Octal 250 31 365 37 132 0 4 427 134 65
Binary 10101000 11001 11110101 11111 1011010 0 100 100010111 1011100 110101

Color Harmonies of #A819F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819F5

Black with #A819F5

Text Example


Text Example

White with #A819F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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