Html Css Color HEX #A314FC Electric Purple

📋 copy color: '#A314FC'

red 163 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #A314FC

Tints of Electric Purple #A314FC

RGB

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

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

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

R = 37.47%
G = 4.6%
B = 57.93%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A314FC (or 0xA314FC) is known color: Electric Purple. HEX triplet: A3, 14 and FC. RGB value is (163,20,252). Sum of RGB (Red+Green+Blue) = 163+20+252=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A314FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314FC is #5CEB03. Grayscale: #585858. Windows color (decimal): -6089476 or 16520355. OLE color: 16520355.

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

Color convert

RGB 163 20 252 -
CMYK 0.35 0.92 0 0.01
HSL 276.98º 0.97% 0.53% -
HSV(B) 276.98º 0.92% 0.99% -
XYZ 32.93 15.32 93.32 -
YUV 89.21 219.88 180.64 -
System Red Green Blue C M Y K H S L
Decimal 163 20 252 0.35 0.92 0 0.01 276.98 0.97 0.53
Hex A3 14 FC 23 5C 0 1 115 61 35
Octal 243 24 374 43 134 0 1 425 141 65
Binary 10100011 10100 11111100 100011 1011100 0 1 100010101 1100001 110101

Color Harmonies of #A314FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314FC

Black with #A314FC

Text Example


Text Example

White with #A314FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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