Html Css Color HEX #A91DF8 Electric Purple

📋 copy color: '#A91DF8'

red 169 ◦ green 29 ◦ blue 248

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

Shades of Electric Purple #A91DF8

Tints of Electric Purple #A91DF8

RGB

 RED value IS 169 (66.41% from 255) = 37.89%

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

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

R = 37.89%
G = 6.5%
B = 55.61%

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

#A91DF8 (or 0xA91DF8) is known color: Electric Purple. HEX triplet: A9, 1D and F8. RGB value is (169,29,248). Sum of RGB (Red+Green+Blue) = 169+29+248=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #A91DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91DF8 is #56E207. Grayscale: #5F5F5F. Windows color (decimal): -5693960 or 16260521. OLE color: 16260521.

HSL color Cylindrical-coordinate representation of color #A91DF8: hue angle of 278.36º 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 #A91DF8 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 29 248 -
CMYK 0.32 0.88 0 0.03
HSL 278.36º 0.94% 0.54% -
HSV(B) 278.36º 0.88% 0.97% -
XYZ 33.74 16.09 90.13 -
YUV 95.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 169 29 248 0.32 0.88 0 0.03 278.36 0.94 0.54
Hex A9 1D F8 20 58 0 3 116 5E 36
Octal 251 35 370 40 130 0 3 426 136 66
Binary 10101001 11101 11111000 100000 1011000 0 11 100010110 1011110 110110

Color Harmonies of #A91DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DF8

Black with #A91DF8

Text Example


Text Example

White with #A91DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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