#A91DEC

Color #A91DEC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A91DEC

Tints of Blue Violet #A91DEC

Color information

#A91DEC (or 0xA91DEC) is unknown color: approx Blue Violet. HEX triplet: A9, 1D and EC. RGB value is (169,29,236). Sum of RGB (Red+Green+Blue) = 169+29+236=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A91DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91DEC is #56E213. Grayscale: #5D5D5D. Windows color (decimal): -5693972 or 15474089. OLE color: 15474089.

HSL color Cylindrical-coordinate representation of color #A91DEC: hue angle of 280.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91DEC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16929236-
CMYK0.280.8800.07
HSL280.58º84.49%51.96%-
HSV(B)280.58º87.71%92.55%-
XYZ31.9415.3780.64-
YUV94.46207.88181.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 29 (11.72% from 255) = 6.68%
BLUE value IS 236 (92.58% from 255) = 54.38%
R=38.94%
G=6.68%
B=54.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169292360.280.8800.07280.5884.4951.96
HexA91DEC1C58071195434
Octal25135354341300743112464
Binary10101001111011110110011100101100001111000110011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91DEC; }

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

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

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

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

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

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

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

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