Html Css Color HEX #A819F0 Electric Purple

📋 copy color: '#A819F0'

red 168 ◦ green 25 ◦ blue 240

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

Shades of Electric Purple #A819F0

Tints of Electric Purple #A819F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.43%

R = 38.8%
G = 5.77%
B = 55.43%

CMYK

 C value IS 0.3

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A819F0 (or 0xA819F0) is known color: Electric Purple. HEX triplet: A8, 19 and F0. RGB value is (168,25,240). Sum of RGB (Red+Green+Blue) = 168+25+240=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #A819F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F0 is #57E60F. Grayscale: #5B5B5B. Windows color (decimal): -5760528 or 15735208. OLE color: 15735208.

HSL color Cylindrical-coordinate representation of color #A819F0: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A819F0 is Cyan = 0.3, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 25 240 -
CMYK 0.3 0.90 0 0.06
HSL 279.91º 0.88% 0.52% -
HSV(B) 279.91º 0.9% 0.94% -
XYZ 32.22 15.31 83.7 -
YUV 92.27 211.38 182.02 -
System Red Green Blue C M Y K H S L
Decimal 168 25 240 0.3 0.90 0 0.06 279.91 0.88 0.52
Hex A8 19 F0 1E 5A 0 6 118 58 34
Octal 250 31 360 36 132 0 6 430 130 64
Binary 10101000 11001 11110000 11110 1011010 0 110 100011000 1011000 110100

Color Harmonies of #A819F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819F0

Black with #A819F0

Text Example


Text Example

White with #A819F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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