Html Css Color HEX #A814FD Electric Purple

📋 copy color: '#A814FD'

red 168 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A814FD

Tints of Electric Purple #A814FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

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

R = 38.1%
G = 4.54%
B = 57.37%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A814FD (or 0xA814FD) is known color: Electric Purple. HEX triplet: A8, 14 and FD. RGB value is (168,20,253). Sum of RGB (Red+Green+Blue) = 168+20+253=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #A814FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814FD is #57EB02. Grayscale: #5A5A5A. Windows color (decimal): -5761795 or 16585896. OLE color: 16585896.

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

Color convert

RGB 168 20 253 -
CMYK 0.34 0.92 0 0.01
HSL 278.11º 0.98% 0.54% -
HSV(B) 278.11º 0.92% 0.99% -
XYZ 34.13 15.92 94.2 -
YUV 90.81 219.53 183.05 -
System Red Green Blue C M Y K H S L
Decimal 168 20 253 0.34 0.92 0 0.01 278.11 0.98 0.54
Hex A8 14 FD 22 5C 0 1 116 62 36
Octal 250 24 375 42 134 0 1 426 142 66
Binary 10101000 10100 11111101 100010 1011100 0 1 100010110 1100010 110110

Color Harmonies of #A814FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814FD

Black with #A814FD

Text Example


Text Example

White with #A814FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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