Html Css Color HEX #A81FFC Electric Purple

📋 copy color: '#A81FFC'

red 168 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #A81FFC

Tints of Electric Purple #A81FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.87%

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 37.25%
G = 6.87%
B = 55.88%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A81FFC (or 0xA81FFC) is known color: Electric Purple. HEX triplet: A8, 1F and FC. RGB value is (168,31,252). Sum of RGB (Red+Green+Blue) = 168+31+252=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #A81FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FFC is #57E003. Grayscale: #606060. Windows color (decimal): -5758980 or 16523176. OLE color: 16523176.

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

Color convert

RGB 168 31 252 -
CMYK 0.33 0.88 0 0.01
HSL 277.19º 0.97% 0.55% -
HSV(B) 277.19º 0.88% 0.99% -
XYZ 34.21 16.33 93.45 -
YUV 97.16 215.39 178.53 -
System Red Green Blue C M Y K H S L
Decimal 168 31 252 0.33 0.88 0 0.01 277.19 0.97 0.55
Hex A8 1F FC 21 58 0 1 115 61 37
Octal 250 37 374 41 130 0 1 425 141 67
Binary 10101000 11111 11111100 100001 1011000 0 1 100010101 1100001 110111

Color Harmonies of #A81FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FFC

Black with #A81FFC

Text Example


Text Example

White with #A81FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FFC; }

 p { color: rgb(168,31,252); }

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

background-color css

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

 a { background-color: rgb(168,31,252); }

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

border-color css

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

 span { border-color: rgb(168,31,252); }

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