Html Css Color HEX #A91FFA Electric Purple

📋 copy color: '#A91FFA'

red 169 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #A91FFA

Tints of Electric Purple #A91FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 37.56%
G = 6.89%
B = 55.56%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A91FFA (or 0xA91FFA) is known color: Electric Purple. HEX triplet: A9, 1F and FA. RGB value is (169,31,250). Sum of RGB (Red+Green+Blue) = 169+31+250=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #A91FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FFA is #56E005. Grayscale: #606060. Windows color (decimal): -5693446 or 16392105. OLE color: 16392105.

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

Color convert

RGB 169 31 250 -
CMYK 0.32 0.88 0 0.02
HSL 277.81º 0.96% 0.55% -
HSV(B) 277.81º 0.88% 0.98% -
XYZ 34.11 16.32 91.79 -
YUV 97.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 169 31 250 0.32 0.88 0 0.02 277.81 0.96 0.55
Hex A9 1F FA 20 58 0 2 116 60 37
Octal 251 37 372 40 130 0 2 426 140 67
Binary 10101001 11111 11111010 100000 1011000 0 10 100010110 1100000 110111

Color Harmonies of #A91FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FFA

Black with #A91FFA

Text Example


Text Example

White with #A91FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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