Html Css Color HEX #A319FE Electric Purple

📋 copy color: '#A319FE'

red 163 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #A319FE

Tints of Electric Purple #A319FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.66%

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

R = 36.88%
G = 5.66%
B = 57.47%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A319FE (or 0xA319FE) is known color: Electric Purple. HEX triplet: A3, 19 and FE. RGB value is (163,25,254). Sum of RGB (Red+Green+Blue) = 163+25+254=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #A319FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319FE is #5CE601. Grayscale: #5B5B5B. Windows color (decimal): -6088194 or 16652707. OLE color: 16652707.

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

Color convert

RGB 163 25 254 -
CMYK 0.36 0.90 0 0.00
HSL 276.16º 0.99% 0.55% -
HSV(B) 276.16º 0.9% 1% -
XYZ 33.34 15.64 95.03 -
YUV 92.37 219.22 178.38 -
System Red Green Blue C M Y K H S L
Decimal 163 25 254 0.36 0.90 0 0.00 276.16 0.99 0.55
Hex A3 19 FE 24 5A 0 0 114 63 37
Octal 243 31 376 44 132 0 0 424 143 67
Binary 10100011 11001 11111110 100100 1011010 0 0 100010100 1100011 110111

Color Harmonies of #A319FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319FE

Black with #A319FE

Text Example


Text Example

White with #A319FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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