Html Css Color HEX #A107FD Electric Purple

📋 copy color: '#A107FD'

red 161 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #A107FD

Tints of Electric Purple #A107FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

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

R = 38.24%
G = 1.66%
B = 60.1%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A107FD (or 0xA107FD) is known color: Electric Purple. HEX triplet: A1, 07 and FD. RGB value is (161,7,253). Sum of RGB (Red+Green+Blue) = 161+7+253=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A107FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A107FD is #5EF802. Grayscale: #505050. Windows color (decimal): -6223875 or 16582561. OLE color: 16582561.

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

Color convert

RGB 161 7 253 -
CMYK 0.36 0.97 0 0.01
HSL 277.56º 0.98% 0.51% -
HSV(B) 277.56º 0.97% 0.99% -
XYZ 32.5 14.82 94.08 -
YUV 81.09 225.02 185 -
System Red Green Blue C M Y K H S L
Decimal 161 7 253 0.36 0.97 0 0.01 277.56 0.98 0.51
Hex A1 7 FD 24 61 0 1 116 62 33
Octal 241 7 375 44 141 0 1 426 142 63
Binary 10100001 111 11111101 100100 1100001 0 1 100010110 1100010 110011

Color Harmonies of #A107FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A107FD

Black with #A107FD

Text Example


Text Example

White with #A107FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A107FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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