Html Css Color HEX #A518FA Electric Purple

📋 copy color: '#A518FA'

red 165 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #A518FA

Tints of Electric Purple #A518FA

RGB

 RED value IS 165 (64.84% from 255) = 37.59%

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

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 37.59%
G = 5.47%
B = 56.95%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A518FA (or 0xA518FA) is known color: Electric Purple. HEX triplet: A5, 18 and FA. RGB value is (165,24,250). Sum of RGB (Red+Green+Blue) = 165+24+250=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #A518FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518FA is #5AE705. Grayscale: #5B5B5B. Windows color (decimal): -5957382 or 16390309. OLE color: 16390309.

HSL color Cylindrical-coordinate representation of color #A518FA: hue angle of 277.43º degrees, saturation: 0.96, 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 #A518FA is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 24 250 -
CMYK 0.34 0.90 0 0.02
HSL 277.43º 0.96% 0.54% -
HSV(B) 277.43º 0.9% 0.98% -
XYZ 33.1 15.55 91.7 -
YUV 91.92 217.21 180.12 -
System Red Green Blue C M Y K H S L
Decimal 165 24 250 0.34 0.90 0 0.02 277.43 0.96 0.54
Hex A5 18 FA 22 5A 0 2 115 60 36
Octal 245 30 372 42 132 0 2 425 140 66
Binary 10100101 11000 11111010 100010 1011010 0 10 100010101 1100000 110110

Color Harmonies of #A518FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518FA

Black with #A518FA

Text Example


Text Example

White with #A518FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518FA; }

 p { color: rgb(165,24,250); }

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

background-color css

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

 a { background-color: rgb(165,24,250); }

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

border-color css

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

 span { border-color: rgb(165,24,250); }

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