Html Css Color HEX #A315FC Electric Purple

📋 copy color: '#A315FC'

red 163 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #A315FC

Tints of Electric Purple #A315FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

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

R = 37.39%
G = 4.82%
B = 57.8%

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

#A315FC (or 0xA315FC) is known color: Electric Purple. HEX triplet: A3, 15 and FC. RGB value is (163,21,252). Sum of RGB (Red+Green+Blue) = 163+21+252=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A315FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315FC is #5CEA03. Grayscale: #595959. Windows color (decimal): -6089220 or 16520611. OLE color: 16520611.

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

Color convert

RGB 163 21 252 -
CMYK 0.35 0.92 0 0.01
HSL 276.88º 0.97% 0.54% -
HSV(B) 276.88º 0.92% 0.99% -
XYZ 32.94 15.35 93.32 -
YUV 89.79 219.54 180.22 -
System Red Green Blue C M Y K H S L
Decimal 163 21 252 0.35 0.92 0 0.01 276.88 0.97 0.54
Hex A3 15 FC 23 5C 0 1 115 61 36
Octal 243 25 374 43 134 0 1 425 141 66
Binary 10100011 10101 11111100 100011 1011100 0 1 100010101 1100001 110110

Color Harmonies of #A315FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315FC

Black with #A315FC

Text Example


Text Example

White with #A315FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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