Html Css Color HEX #A81CFB Electric Purple

📋 copy color: '#A81CFB'

red 168 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #A81CFB

Tints of Electric Purple #A81CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 37.58%
G = 6.26%
B = 56.15%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A81CFB (or 0xA81CFB) is known color: Electric Purple. HEX triplet: A8, 1C and FB. RGB value is (168,28,251). Sum of RGB (Red+Green+Blue) = 168+28+251=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CFB is #57E304. Grayscale: #5E5E5E. Windows color (decimal): -5759749 or 16456872. OLE color: 16456872.

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

Color convert

RGB 168 28 251 -
CMYK 0.33 0.89 0 0.02
HSL 277.67º 0.97% 0.55% -
HSV(B) 277.67º 0.89% 0.98% -
XYZ 33.98 16.12 92.59 -
YUV 95.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 168 28 251 0.33 0.89 0 0.02 277.67 0.97 0.55
Hex A8 1C FB 21 59 0 2 116 61 37
Octal 250 34 373 41 131 0 2 426 141 67
Binary 10101000 11100 11111011 100001 1011001 0 10 100010110 1100001 110111

Color Harmonies of #A81CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CFB

Black with #A81CFB

Text Example


Text Example

White with #A81CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CFB; }

 p { color: rgb(168,28,251); }

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

background-color css

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

 a { background-color: rgb(168,28,251); }

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

border-color css

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

 span { border-color: rgb(168,28,251); }

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