Html Css Color HEX #A81DF8 Electric Purple

📋 copy color: '#A81DF8'

red 168 ◦ green 29 ◦ blue 248

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

Shades of Electric Purple #A81DF8

Tints of Electric Purple #A81DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.52%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 37.75%
G = 6.52%
B = 55.73%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A81DF8 (or 0xA81DF8) is known color: Electric Purple. HEX triplet: A8, 1D and F8. RGB value is (168,29,248). Sum of RGB (Red+Green+Blue) = 168+29+248=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #A81DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DF8 is #57E207. Grayscale: #5E5E5E. Windows color (decimal): -5759496 or 16260520. OLE color: 16260520.

HSL color Cylindrical-coordinate representation of color #A81DF8: hue angle of 278.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DF8 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 29 248 -
CMYK 0.32 0.88 0 0.03
HSL 278.08º 0.94% 0.54% -
HSV(B) 278.08º 0.88% 0.97% -
XYZ 33.53 15.98 90.12 -
YUV 95.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 168 29 248 0.32 0.88 0 0.03 278.08 0.94 0.54
Hex A8 1D F8 20 58 0 3 116 5E 36
Octal 250 35 370 40 130 0 3 426 136 66
Binary 10101000 11101 11111000 100000 1011000 0 11 100010110 1011110 110110

Color Harmonies of #A81DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DF8

Black with #A81DF8

Text Example


Text Example

White with #A81DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DF8; }

 p { color: rgb(168,29,248); }

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

background-color css

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

 a { background-color: rgb(168,29,248); }

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

border-color css

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

 span { border-color: rgb(168,29,248); }

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