Html Css Color HEX #A113FF Electric Purple

📋 copy color: '#A113FF'

red 161 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #A113FF

Tints of Electric Purple #A113FF

RGB

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

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

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

R = 37.01%
G = 4.37%
B = 58.62%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A113FF (or 0xA113FF) is known color: Electric Purple. HEX triplet: A1, 13 and FF. RGB value is (161,19,255). Sum of RGB (Red+Green+Blue) = 161+19+255=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A113FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A113FF is #5EEC00. Grayscale: #575757. Windows color (decimal): -6220801 or 16716705. OLE color: 16716705.

HSL color Cylindrical-coordinate representation of color #A113FF: hue angle of 276.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A113FF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 19 255 -
CMYK 0.37 0.93 0 0
HSL 276.1º 1% 0.54% -
HSV(B) 276.1º 0.93% 1% -
XYZ 32.98 15.26 95.82 -
YUV 88.36 222.04 179.81 -
System Red Green Blue C M Y K H S L
Decimal 161 19 255 0.37 0.93 0 0 276.1 1 0.54
Hex A1 13 FF 25 5D 0 0 114 64 36
Octal 241 23 377 45 135 0 0 424 144 66
Binary 10100001 10011 11111111 100101 1011101 0 0 100010100 1100100 110110

Color Harmonies of #A113FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113FF

Black with #A113FF

Text Example


Text Example

White with #A113FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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