#A81DEC

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

Shades of Blue Violet #A81DEC

Tints of Blue Violet #A81DEC

Color information

#A81DEC (or 0xA81DEC) is unknown color: approx Blue Violet. HEX triplet: A8, 1D and EC. RGB value is (168,29,236). Sum of RGB (Red+Green+Blue) = 168+29+236=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #A81DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DEC is #57E213. Grayscale: #5D5D5D. Windows color (decimal): -5759508 or 15474088. OLE color: 15474088.

HSL color Cylindrical-coordinate representation of color #A81DEC: hue angle of 280.29º 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 #A81DEC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16829236-
CMYK0.290.8800.07
HSL280.29º84.49%51.96%-
HSV(B)280.29º87.71%92.55%-
XYZ31.7315.2680.63-
YUV94.16208.05180.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 29 (11.72% from 255) = 6.70%
BLUE value IS 236 (92.58% from 255) = 54.50%
R=38.80%
G=6.70%
B=54.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168292360.290.8800.07280.2984.4951.96
HexA81DEC1D58071185434
Octal25035354351300743012464
Binary10101000111011110110011101101100001111000110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81DEC; }

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

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

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

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

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

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

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

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