Html Css Color HEX #A319FF Electric Purple

📋 copy color: '#A319FF'

red 163 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #A319FF

Tints of Electric Purple #A319FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 36.79%
G = 5.64%
B = 57.56%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A319FF (or 0xA319FF) is known color: Electric Purple. HEX triplet: A3, 19 and FF. RGB value is (163,25,255). Sum of RGB (Red+Green+Blue) = 163+25+255=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A319FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319FF is #5CE600. Grayscale: #5B5B5B. Windows color (decimal): -6088193 or 16718243. OLE color: 16718243.

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

Color convert

RGB 163 25 255 -
CMYK 0.36 0.90 0 0
HSL 276º 1% 0.55% -
HSV(B) 276º 0.9% 1% -
XYZ 33.5 15.7 95.87 -
YUV 92.48 219.72 178.3 -
System Red Green Blue C M Y K H S L
Decimal 163 25 255 0.36 0.90 0 0 276 1 0.55
Hex A3 19 FF 24 5A 0 0 114 64 37
Octal 243 31 377 44 132 0 0 424 144 67
Binary 10100011 11001 11111111 100100 1011010 0 0 100010100 1100100 110111

Color Harmonies of #A319FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319FF

Black with #A319FF

Text Example


Text Example

White with #A319FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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