Html Css Color HEX #A91CF8 Electric Purple

📋 copy color: '#A91CF8'

red 169 ◦ green 28 ◦ blue 248

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

Shades of Electric Purple #A91CF8

Tints of Electric Purple #A91CF8

RGB

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

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

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

R = 37.98%
G = 6.29%
B = 55.73%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A91CF8 (or 0xA91CF8) is known color: Electric Purple. HEX triplet: A9, 1C and F8. RGB value is (169,28,248). Sum of RGB (Red+Green+Blue) = 169+28+248=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 28 (11.33% from 255 or 6.29% 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 #A91CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CF8 is #56E307. Grayscale: #5E5E5E. Windows color (decimal): -5694216 or 16260265. OLE color: 16260265.

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

Color convert

RGB 169 28 248 -
CMYK 0.32 0.89 0 0.03
HSL 278.45º 0.94% 0.54% -
HSV(B) 278.45º 0.89% 0.97% -
XYZ 33.72 16.04 90.13 -
YUV 95.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 169 28 248 0.32 0.89 0 0.03 278.45 0.94 0.54
Hex A9 1C F8 20 59 0 3 116 5E 36
Octal 251 34 370 40 131 0 3 426 136 66
Binary 10101001 11100 11111000 100000 1011001 0 11 100010110 1011110 110110

Color Harmonies of #A91CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CF8

Black with #A91CF8

Text Example


Text Example

White with #A91CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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