Html Css Color HEX #A118FF Electric Purple

📋 copy color: '#A118FF'

red 161 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #A118FF

Tints of Electric Purple #A118FF

RGB

 RED value IS 161 (63.28% from 255) = 36.59%

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

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

R = 36.59%
G = 5.45%
B = 57.95%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A118FF (or 0xA118FF) is known color: Electric Purple. HEX triplet: A1, 18 and FF. RGB value is (161,24,255). Sum of RGB (Red+Green+Blue) = 161+24+255=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A118FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118FF is #5EE700. Grayscale: #5A5A5A. Windows color (decimal): -6219521 or 16717985. OLE color: 16717985.

HSL color Cylindrical-coordinate representation of color #A118FF: hue angle of 275.58º 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 #A118FF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 24 255 -
CMYK 0.37 0.91 0 0
HSL 275.58º 1% 0.55% -
HSV(B) 275.58º 0.91% 1% -
XYZ 33.07 15.45 95.85 -
YUV 91.3 220.39 177.72 -
System Red Green Blue C M Y K H S L
Decimal 161 24 255 0.37 0.91 0 0 275.58 1 0.55
Hex A1 18 FF 25 5B 0 0 114 64 37
Octal 241 30 377 45 133 0 0 424 144 67
Binary 10100001 11000 11111111 100101 1011011 0 0 100010100 1100100 110111

Color Harmonies of #A118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118FF

Black with #A118FF

Text Example


Text Example

White with #A118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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