Html Css Color HEX #A81EFB Electric Purple

📋 copy color: '#A81EFB'

red 168 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #A81EFB

Tints of Electric Purple #A81EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

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

R = 37.42%
G = 6.68%
B = 55.9%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A81EFB (or 0xA81EFB) is known color: Electric Purple. HEX triplet: A8, 1E and FB. RGB value is (168,30,251). Sum of RGB (Red+Green+Blue) = 168+30+251=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EFB is #57E104. Grayscale: #5F5F5F. Windows color (decimal): -5759237 or 16457384. OLE color: 16457384.

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

Color convert

RGB 168 30 251 -
CMYK 0.33 0.88 0 0.02
HSL 277.47º 0.97% 0.55% -
HSV(B) 277.47º 0.88% 0.98% -
XYZ 34.03 16.22 92.6 -
YUV 96.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 168 30 251 0.33 0.88 0 0.02 277.47 0.97 0.55
Hex A8 1E FB 21 58 0 2 115 61 37
Octal 250 36 373 41 130 0 2 425 141 67
Binary 10101000 11110 11111011 100001 1011000 0 10 100010101 1100001 110111

Color Harmonies of #A81EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EFB

Black with #A81EFB

Text Example


Text Example

White with #A81EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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