Html Css Color HEX #A113FC Electric Purple

📋 copy color: '#A113FC'

red 161 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #A113FC

Tints of Electric Purple #A113FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.4%

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 37.27%
G = 4.4%
B = 58.33%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A113FC (or 0xA113FC) is known color: Electric Purple. HEX triplet: A1, 13 and FC. RGB value is (161,19,252). Sum of RGB (Red+Green+Blue) = 161+19+252=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #A113FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A113FC is #5EEC03. Grayscale: #575757. Windows color (decimal): -6220804 or 16520097. OLE color: 16520097.

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

Color convert

RGB 161 19 252 -
CMYK 0.36 0.92 0 0.01
HSL 276.57º 0.97% 0.53% -
HSV(B) 276.57º 0.92% 0.99% -
XYZ 32.5 15.07 93.29 -
YUV 88.02 220.54 180.05 -
System Red Green Blue C M Y K H S L
Decimal 161 19 252 0.36 0.92 0 0.01 276.57 0.97 0.53
Hex A1 13 FC 24 5C 0 1 115 61 35
Octal 241 23 374 44 134 0 1 425 141 65
Binary 10100001 10011 11111100 100100 1011100 0 1 100010101 1100001 110101

Color Harmonies of #A113FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113FC

Black with #A113FC

Text Example


Text Example

White with #A113FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113FC; }

 p { color: rgb(161,19,252); }

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

background-color css

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

 a { background-color: rgb(161,19,252); }

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

border-color css

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

 span { border-color: rgb(161,19,252); }

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