Html Css Color HEX #A518FF Electric Purple

📋 copy color: '#A518FF'

red 165 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #A518FF

Tints of Electric Purple #A518FF

RGB

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

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

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

R = 37.16%
G = 5.41%
B = 57.43%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A518FF (or 0xA518FF) is known color: Electric Purple. HEX triplet: A5, 18 and FF. RGB value is (165,24,255). Sum of RGB (Red+Green+Blue) = 165+24+255=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A518FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518FF is #5AE700. Grayscale: #5B5B5B. Windows color (decimal): -5957377 or 16717989. OLE color: 16717989.

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

Color convert

RGB 165 24 255 -
CMYK 0.35 0.91 0 0
HSL 276.62º 1% 0.55% -
HSV(B) 276.62º 0.91% 1% -
XYZ 33.89 15.87 95.89 -
YUV 92.49 219.71 179.72 -
System Red Green Blue C M Y K H S L
Decimal 165 24 255 0.35 0.91 0 0 276.62 1 0.55
Hex A5 18 FF 23 5B 0 0 115 64 37
Octal 245 30 377 43 133 0 0 425 144 67
Binary 10100101 11000 11111111 100011 1011011 0 0 100010101 1100100 110111

Color Harmonies of #A518FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518FF

Black with #A518FF

Text Example


Text Example

White with #A518FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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