Html Css Color HEX #A110FD Electric Purple

📋 copy color: '#A110FD'

red 161 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #A110FD

Tints of Electric Purple #A110FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 37.44%
G = 3.72%
B = 58.84%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A110FD (or 0xA110FD) is known color: Electric Purple. HEX triplet: A1, 10 and FD. RGB value is (161,16,253). Sum of RGB (Red+Green+Blue) = 161+16+253=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #A110FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110FD is #5EEF02. Grayscale: #555555. Windows color (decimal): -6221571 or 16584865. OLE color: 16584865.

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

Color convert

RGB 161 16 253 -
CMYK 0.36 0.94 0 0.01
HSL 276.71º 0.98% 0.53% -
HSV(B) 276.71º 0.94% 0.99% -
XYZ 32.61 15.04 94.11 -
YUV 86.37 222.04 181.23 -
System Red Green Blue C M Y K H S L
Decimal 161 16 253 0.36 0.94 0 0.01 276.71 0.98 0.53
Hex A1 10 FD 24 5E 0 1 115 62 35
Octal 241 20 375 44 136 0 1 425 142 65
Binary 10100001 10000 11111101 100100 1011110 0 1 100010101 1100010 110101

Color Harmonies of #A110FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A110FD

Black with #A110FD

Text Example


Text Example

White with #A110FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A110FD; }

 p { color: rgb(161,16,253); }

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

background-color css

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

 a { background-color: rgb(161,16,253); }

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

border-color css

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

 span { border-color: rgb(161,16,253); }

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