Html Css Color HEX #A819FD Electric Purple

📋 copy color: '#A819FD'

red 168 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #A819FD

Tints of Electric Purple #A819FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 37.67%
G = 5.61%
B = 56.73%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A819FD (or 0xA819FD) is known color: Electric Purple. HEX triplet: A8, 19 and FD. RGB value is (168,25,253). Sum of RGB (Red+Green+Blue) = 168+25+253=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #A819FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819FD is #57E602. Grayscale: #5C5C5C. Windows color (decimal): -5760515 or 16587176. OLE color: 16587176.

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

Color convert

RGB 168 25 253 -
CMYK 0.34 0.90 0 0.01
HSL 277.63º 0.98% 0.55% -
HSV(B) 277.63º 0.9% 0.99% -
XYZ 34.23 16.11 94.23 -
YUV 93.75 217.88 180.96 -
System Red Green Blue C M Y K H S L
Decimal 168 25 253 0.34 0.90 0 0.01 277.63 0.98 0.55
Hex A8 19 FD 22 5A 0 1 116 62 37
Octal 250 31 375 42 132 0 1 426 142 67
Binary 10101000 11001 11111101 100010 1011010 0 1 100010110 1100010 110111

Color Harmonies of #A819FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819FD

Black with #A819FD

Text Example


Text Example

White with #A819FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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