Html Css Color HEX #A91FFE Electric Purple

📋 copy color: '#A91FFE'

red 169 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #A91FFE

Tints of Electric Purple #A91FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 37.22%
G = 6.83%
B = 55.95%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A91FFE (or 0xA91FFE) is known color: Electric Purple. HEX triplet: A9, 1F and FE. RGB value is (169,31,254). Sum of RGB (Red+Green+Blue) = 169+31+254=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #A91FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FFE is #56E001. Grayscale: #606060. Windows color (decimal): -5693442 or 16654249. OLE color: 16654249.

HSL color Cylindrical-coordinate representation of color #A91FFE: hue angle of 277.13º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91FFE is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 31 254 -
CMYK 0.33 0.88 0 0.00
HSL 277.13º 0.99% 0.56% -
HSV(B) 277.13º 0.88% 1% -
XYZ 34.74 16.57 95.13 -
YUV 97.68 216.22 178.87 -
System Red Green Blue C M Y K H S L
Decimal 169 31 254 0.33 0.88 0 0.00 277.13 0.99 0.56
Hex A9 1F FE 21 58 0 0 115 63 38
Octal 251 37 376 41 130 0 0 425 143 70
Binary 10101001 11111 11111110 100001 1011000 0 0 100010101 1100011 111000

Color Harmonies of #A91FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FFE

Black with #A91FFE

Text Example


Text Example

White with #A91FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FFE; }

 p { color: rgb(169,31,254); }

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

background-color css

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

 a { background-color: rgb(169,31,254); }

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

border-color css

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

 span { border-color: rgb(169,31,254); }

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