Html Css Color HEX #A314FA Electric Purple

📋 copy color: '#A314FA'

red 163 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #A314FA

Tints of Electric Purple #A314FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 37.64%
G = 4.62%
B = 57.74%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A314FA (or 0xA314FA) is known color: Electric Purple. HEX triplet: A3, 14 and FA. RGB value is (163,20,250). Sum of RGB (Red+Green+Blue) = 163+20+250=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #A314FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314FA is #5CEB05. Grayscale: #585858. Windows color (decimal): -6089478 or 16389283. OLE color: 16389283.

HSL color Cylindrical-coordinate representation of color #A314FA: hue angle of 277.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314FA is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 20 250 -
CMYK 0.35 0.92 0 0.02
HSL 277.3º 0.96% 0.53% -
HSV(B) 277.3º 0.92% 0.98% -
XYZ 32.61 15.19 91.66 -
YUV 88.98 218.88 180.8 -
System Red Green Blue C M Y K H S L
Decimal 163 20 250 0.35 0.92 0 0.02 277.3 0.96 0.53
Hex A3 14 FA 23 5C 0 2 115 60 35
Octal 243 24 372 43 134 0 2 425 140 65
Binary 10100011 10100 11111010 100011 1011100 0 10 100010101 1100000 110101

Color Harmonies of #A314FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314FA

Black with #A314FA

Text Example


Text Example

White with #A314FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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