Html Css Color HEX #A317FE Electric Purple

📋 copy color: '#A317FE'

red 163 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #A317FE

Tints of Electric Purple #A317FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 37.05%
G = 5.23%
B = 57.73%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A317FE (or 0xA317FE) is known color: Electric Purple. HEX triplet: A3, 17 and FE. RGB value is (163,23,254). Sum of RGB (Red+Green+Blue) = 163+23+254=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #A317FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317FE is #5CE801. Grayscale: #5A5A5A. Windows color (decimal): -6088706 or 16652195. OLE color: 16652195.

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

Color convert

RGB 163 23 254 -
CMYK 0.36 0.91 0 0.00
HSL 276.36º 0.99% 0.54% -
HSV(B) 276.36º 0.91% 1% -
XYZ 33.3 15.56 95.01 -
YUV 91.19 219.88 179.22 -
System Red Green Blue C M Y K H S L
Decimal 163 23 254 0.36 0.91 0 0.00 276.36 0.99 0.54
Hex A3 17 FE 24 5B 0 0 114 63 36
Octal 243 27 376 44 133 0 0 424 143 66
Binary 10100011 10111 11111110 100100 1011011 0 0 100010100 1100011 110110

Color Harmonies of #A317FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317FE

Black with #A317FE

Text Example


Text Example

White with #A317FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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