Html Css Color HEX #A112F2 Electric Purple

📋 copy color: '#A112F2'

red 161 ◦ green 18 ◦ blue 242

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

Shades of Electric Purple #A112F2

Tints of Electric Purple #A112F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.48%

R = 38.24%
G = 4.28%
B = 57.48%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A112F2 (or 0xA112F2) is known color: Electric Purple. HEX triplet: A1, 12 and F2. RGB value is (161,18,242). Sum of RGB (Red+Green+Blue) = 161+18+242=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #A112F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112F2 is #5EED0D. Grayscale: #555555. Windows color (decimal): -6221070 or 15864481. OLE color: 15864481.

HSL color Cylindrical-coordinate representation of color #A112F2: hue angle of 278.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A112F2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 18 242 -
CMYK 0.33 0.93 0 0.05
HSL 278.3º 0.9% 0.51% -
HSV(B) 278.3º 0.93% 0.95% -
XYZ 30.94 14.42 85.16 -
YUV 86.29 215.88 181.29 -
System Red Green Blue C M Y K H S L
Decimal 161 18 242 0.33 0.93 0 0.05 278.3 0.9 0.51
Hex A1 12 F2 21 5D 0 5 116 5A 33
Octal 241 22 362 41 135 0 5 426 132 63
Binary 10100001 10010 11110010 100001 1011101 0 101 100010110 1011010 110011

Color Harmonies of #A112F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A112F2

Black with #A112F2

Text Example


Text Example

White with #A112F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A112F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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