Html Css Color HEX #A81DF9 Electric Purple

📋 copy color: '#A81DF9'

red 168 ◦ green 29 ◦ blue 249

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

Shades of Electric Purple #A81DF9

Tints of Electric Purple #A81DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 37.67%
G = 6.5%
B = 55.83%

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

#A81DF9 (or 0xA81DF9) is known color: Electric Purple. HEX triplet: A8, 1D and F9. RGB value is (168,29,249). Sum of RGB (Red+Green+Blue) = 168+29+249=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #A81DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DF9 is #57E206. Grayscale: #5E5E5E. Windows color (decimal): -5759495 or 16326056. OLE color: 16326056.

HSL color Cylindrical-coordinate representation of color #A81DF9: hue angle of 277.91º degrees, saturation: 0.95, 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 #A81DF9 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 29 249 -
CMYK 0.33 0.88 0 0.02
HSL 277.91º 0.95% 0.55% -
HSV(B) 277.91º 0.88% 0.98% -
XYZ 33.69 16.04 90.94 -
YUV 95.64 214.55 179.61 -
System Red Green Blue C M Y K H S L
Decimal 168 29 249 0.33 0.88 0 0.02 277.91 0.95 0.55
Hex A8 1D F9 21 58 0 2 116 5F 37
Octal 250 35 371 41 130 0 2 426 137 67
Binary 10101000 11101 11111001 100001 1011000 0 10 100010110 1011111 110111

Color Harmonies of #A81DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DF9

Black with #A81DF9

Text Example


Text Example

White with #A81DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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