Html Css Color HEX #A318F9 Electric Purple

📋 copy color: '#A318F9'

red 163 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #A318F9

Tints of Electric Purple #A318F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.11%

R = 37.39%
G = 5.5%
B = 57.11%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A318F9 (or 0xA318F9) is known color: Electric Purple. HEX triplet: A3, 18 and F9. RGB value is (163,24,249). Sum of RGB (Red+Green+Blue) = 163+24+249=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #A318F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318F9 is #5CE706. Grayscale: #5A5A5A. Windows color (decimal): -6088455 or 16324771. OLE color: 16324771.

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

Color convert

RGB 163 24 249 -
CMYK 0.35 0.90 0 0.02
HSL 277.07º 0.95% 0.54% -
HSV(B) 277.07º 0.9% 0.98% -
XYZ 32.53 15.28 90.86 -
YUV 91.21 217.05 179.2 -
System Red Green Blue C M Y K H S L
Decimal 163 24 249 0.35 0.90 0 0.02 277.07 0.95 0.54
Hex A3 18 F9 23 5A 0 2 115 5F 36
Octal 243 30 371 43 132 0 2 425 137 66
Binary 10100011 11000 11111001 100011 1011010 0 10 100010101 1011111 110110

Color Harmonies of #A318F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318F9

Black with #A318F9

Text Example


Text Example

White with #A318F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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