Html Css Color HEX #A314FD Electric Purple

📋 copy color: '#A314FD'

red 163 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A314FD

Tints of Electric Purple #A314FD

RGB

 RED value IS 163 (64.06% from 255) = 37.39%

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

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

R = 37.39%
G = 4.59%
B = 58.03%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A314FD (or 0xA314FD) is known color: Electric Purple. HEX triplet: A3, 14 and FD. RGB value is (163,20,253). Sum of RGB (Red+Green+Blue) = 163+20+253=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A314FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314FD is #5CEB02. Grayscale: #585858. Windows color (decimal): -6089475 or 16585891. OLE color: 16585891.

HSL color Cylindrical-coordinate representation of color #A314FD: hue angle of 276.82º 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 #A314FD is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 20 253 -
CMYK 0.36 0.92 0 0.01
HSL 276.82º 0.98% 0.54% -
HSV(B) 276.82º 0.92% 0.99% -
XYZ 33.08 15.38 94.15 -
YUV 89.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 163 20 253 0.36 0.92 0 0.01 276.82 0.98 0.54
Hex A3 14 FD 24 5C 0 1 115 62 36
Octal 243 24 375 44 134 0 1 425 142 66
Binary 10100011 10100 11111101 100100 1011100 0 1 100010101 1100010 110110

Color Harmonies of #A314FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314FD

Black with #A314FD

Text Example


Text Example

White with #A314FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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