Html Css Color HEX #A819FC Electric Purple

📋 copy color: '#A819FC'

red 168 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #A819FC

Tints of Electric Purple #A819FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 37.75%
G = 5.62%
B = 56.63%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A819FC (or 0xA819FC) is known color: Electric Purple. HEX triplet: A8, 19 and FC. RGB value is (168,25,252). Sum of RGB (Red+Green+Blue) = 168+25+252=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #A819FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819FC is #57E603. Grayscale: #5C5C5C. Windows color (decimal): -5760516 or 16521640. OLE color: 16521640.

HSL color Cylindrical-coordinate representation of color #A819FC: hue angle of 277.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A819FC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 25 252 -
CMYK 0.33 0.90 0 0.01
HSL 277.8º 0.97% 0.54% -
HSV(B) 277.8º 0.9% 0.99% -
XYZ 34.07 16.05 93.4 -
YUV 93.64 217.38 181.04 -
System Red Green Blue C M Y K H S L
Decimal 168 25 252 0.33 0.90 0 0.01 277.8 0.97 0.54
Hex A8 19 FC 21 5A 0 1 116 61 36
Octal 250 31 374 41 132 0 1 426 141 66
Binary 10101000 11001 11111100 100001 1011010 0 1 100010110 1100001 110110

Color Harmonies of #A819FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819FC

Black with #A819FC

Text Example


Text Example

White with #A819FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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