#A91BF5

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

Shades of Electric Purple #A91BF5

Tints of Electric Purple #A91BF5

Color information

#A91BF5 (or 0xA91BF5) is unknown color: approx Electric Purple. HEX triplet: A9, 1B and F5. RGB value is (169,27,245). Sum of RGB (Red+Green+Blue) = 169+27+245=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #A91BF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91BF5 is #56E40A. Grayscale: #5D5D5D. Windows color (decimal): -5694475 or 16063401. OLE color: 16063401.

HSL color Cylindrical-coordinate representation of color #A91BF5: hue angle of 279.08º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91BF5 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16927245-
CMYK0.310.8900.04
HSL279.08º91.6%53.33%-
HSV(B)279.08º88.98%96.08%-
XYZ33.2415.8187.69-
YUV94.31213.04181.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 27 (10.94% from 255) = 6.12%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=38.32%
G=6.12%
B=55.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169272450.310.8900.04279.0891.653.33
HexA91BF51F59041175c35
Octal25133365371310442713465
Binary10101001110111111010111111101100101001000101111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91BF5; }

 p { color: rgb(169,27,245); }

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

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

 a { background-color: rgb(169,27,245); }

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

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

 span { border-color: rgb(169,27,245); }

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