#a91dfb

Color #A91DFB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A91DFB

Tints of Electric Purple #A91DFB

Color information

#A91DFB (or 0xA91DFB) is unknown color: approx Electric Purple. HEX triplet: A9, 1D and FB. RGB value is (169,29,251). Sum of RGB (Red+Green+Blue) = 169+29+251=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #A91DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91DFB is #56E204. Grayscale: #5F5F5F. Windows color (decimal): -5693957 or 16457129. OLE color: 16457129.

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

Color convert

RGB16929251-
CMYK0.330.8800.02
HSL277.84º96.52%54.9%-
HSV(B)277.84º88.45%98.43%-
XYZ34.2116.2892.61-
YUV96.17215.38179.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=37.64%
G=6.46%
B=55.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169292510.330.8800.02277.8496.5254.9
HexA91DFB2158021166137
Octal25135373411300242614167
Binary10101001111011111101110000110110000101000101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91dfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91dfb; }

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

 H1.HeaderClassName
 {
   color: #a91dfb;
 }
 .AnyTagClassName
 {
   color: #a91dfb;
 }
</style>
background-color css

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

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

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

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

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

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