Html Css Color HEX #A114FA Electric Purple

📋 copy color: '#A114FA'

red 161 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #A114FA

Tints of Electric Purple #A114FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

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

R = 37.35%
G = 4.64%
B = 58%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A114FA (or 0xA114FA) is known color: Electric Purple. HEX triplet: A1, 14 and FA. RGB value is (161,20,250). Sum of RGB (Red+Green+Blue) = 161+20+250=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #A114FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A114FA is #5EEB05. Grayscale: #575757. Windows color (decimal): -6220550 or 16389281. OLE color: 16389281.

HSL color Cylindrical-coordinate representation of color #A114FA: hue angle of 276.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A114FA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 20 250 -
CMYK 0.36 0.92 0 0.02
HSL 276.78º 0.96% 0.53% -
HSV(B) 276.78º 0.92% 0.98% -
XYZ 32.2 14.98 91.64 -
YUV 88.38 219.21 179.8 -
System Red Green Blue C M Y K H S L
Decimal 161 20 250 0.36 0.92 0 0.02 276.78 0.96 0.53
Hex A1 14 FA 24 5C 0 2 115 60 35
Octal 241 24 372 44 134 0 2 425 140 65
Binary 10100001 10100 11111010 100100 1011100 0 10 100010101 1100000 110101

Color Harmonies of #A114FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114FA

Black with #A114FA

Text Example


Text Example

White with #A114FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114FA; }

 p { color: rgb(161,20,250); }

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

background-color css

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

 a { background-color: rgb(161,20,250); }

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

border-color css

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

 span { border-color: rgb(161,20,250); }

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