Html Css Color HEX #A112FC Electric Purple

📋 copy color: '#A112FC'

red 161 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #A112FC

Tints of Electric Purple #A112FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.18%

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

R = 37.35%
G = 4.18%
B = 58.47%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A112FC (or 0xA112FC) is known color: Electric Purple. HEX triplet: A1, 12 and FC. RGB value is (161,18,252). Sum of RGB (Red+Green+Blue) = 161+18+252=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A112FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112FC is #5EED03. Grayscale: #565656. Windows color (decimal): -6221060 or 16519841. OLE color: 16519841.

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

Color convert

RGB 161 18 252 -
CMYK 0.36 0.93 0 0.01
HSL 276.67º 0.98% 0.53% -
HSV(B) 276.67º 0.93% 0.99% -
XYZ 32.48 15.04 93.29 -
YUV 87.43 220.88 180.47 -
System Red Green Blue C M Y K H S L
Decimal 161 18 252 0.36 0.93 0 0.01 276.67 0.98 0.53
Hex A1 12 FC 24 5D 0 1 115 62 35
Octal 241 22 374 44 135 0 1 425 142 65
Binary 10100001 10010 11111100 100100 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A112FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A112FC

Black with #A112FC

Text Example


Text Example

White with #A112FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A112FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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