Html Css Color HEX #A811FD Electric Purple

📋 copy color: '#A811FD'

red 168 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A811FD

Tints of Electric Purple #A811FD

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

 GREEN value IS 17 (7.03% from 255) = 3.88%

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

R = 38.36%
G = 3.88%
B = 57.76%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A811FD (or 0xA811FD) is known color: Electric Purple. HEX triplet: A8, 11 and FD. RGB value is (168,17,253). Sum of RGB (Red+Green+Blue) = 168+17+253=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #A811FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FD is #57EE02. Grayscale: #585858. Windows color (decimal): -5762563 or 16585128. OLE color: 16585128.

HSL color Cylindrical-coordinate representation of color #A811FD: hue angle of 278.39º 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 #A811FD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 17 253 -
CMYK 0.34 0.93 0 0.01
HSL 278.39º 0.98% 0.53% -
HSV(B) 278.39º 0.93% 0.99% -
XYZ 34.08 15.82 94.19 -
YUV 89.05 220.53 184.31 -
System Red Green Blue C M Y K H S L
Decimal 168 17 253 0.34 0.93 0 0.01 278.39 0.98 0.53
Hex A8 11 FD 22 5D 0 1 116 62 35
Octal 250 21 375 42 135 0 1 426 142 65
Binary 10101000 10001 11111101 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A811FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811FD

Black with #A811FD

Text Example


Text Example

White with #A811FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811FD; }

 p { color: rgb(168,17,253); }

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

background-color css

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

 a { background-color: rgb(168,17,253); }

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

border-color css

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

 span { border-color: rgb(168,17,253); }

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