Html Css Color HEX #A317FC Electric Purple

📋 copy color: '#A317FC'

red 163 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #A317FC

Tints of Electric Purple #A317FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.25%

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

R = 37.21%
G = 5.25%
B = 57.53%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A317FC (or 0xA317FC) is known color: Electric Purple. HEX triplet: A3, 17 and FC. RGB value is (163,23,252). Sum of RGB (Red+Green+Blue) = 163+23+252=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #A317FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317FC is #5CE803. Grayscale: #5A5A5A. Windows color (decimal): -6088708 or 16521123. OLE color: 16521123.

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

Color convert

RGB 163 23 252 -
CMYK 0.35 0.91 0 0.01
HSL 276.68º 0.97% 0.54% -
HSV(B) 276.68º 0.91% 0.99% -
XYZ 32.98 15.43 93.33 -
YUV 90.97 218.88 179.38 -
System Red Green Blue C M Y K H S L
Decimal 163 23 252 0.35 0.91 0 0.01 276.68 0.97 0.54
Hex A3 17 FC 23 5B 0 1 115 61 36
Octal 243 27 374 43 133 0 1 425 141 66
Binary 10100011 10111 11111100 100011 1011011 0 1 100010101 1100001 110110

Color Harmonies of #A317FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317FC

Black with #A317FC

Text Example


Text Example

White with #A317FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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