Html Css Color HEX #A318FC Electric Purple

📋 copy color: '#A318FC'

red 163 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #A318FC

Tints of Electric Purple #A318FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.47%

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

R = 37.13%
G = 5.47%
B = 57.4%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A318FC (or 0xA318FC) is known color: Electric Purple. HEX triplet: A3, 18 and FC. RGB value is (163,24,252). Sum of RGB (Red+Green+Blue) = 163+24+252=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #A318FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318FC is #5CE703. Grayscale: #5A5A5A. Windows color (decimal): -6088452 or 16521379. OLE color: 16521379.

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

Color convert

RGB 163 24 252 -
CMYK 0.35 0.90 0 0.01
HSL 276.58º 0.97% 0.54% -
HSV(B) 276.58º 0.9% 0.99% -
XYZ 33 15.47 93.34 -
YUV 91.55 218.55 178.96 -
System Red Green Blue C M Y K H S L
Decimal 163 24 252 0.35 0.90 0 0.01 276.58 0.97 0.54
Hex A3 18 FC 23 5A 0 1 115 61 36
Octal 243 30 374 43 132 0 1 425 141 66
Binary 10100011 11000 11111100 100011 1011010 0 1 100010101 1100001 110110

Color Harmonies of #A318FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318FC

Black with #A318FC

Text Example


Text Example

White with #A318FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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