#A81BF0

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

Shades of Blue Violet #A81BF0

Tints of Blue Violet #A81BF0

Color information

#A81BF0 (or 0xA81BF0) is unknown color: approx Blue Violet. HEX triplet: A8, 1B and F0. RGB value is (168,27,240). Sum of RGB (Red+Green+Blue) = 168+27+240=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #A81BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BF0 is #57E40F. Grayscale: #5C5C5C. Windows color (decimal): -5760016 or 15735720. OLE color: 15735720.

HSL color Cylindrical-coordinate representation of color #A81BF0: hue angle of 279.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81BF0 is Cyan = 0.3, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16827240-
CMYK0.30.8900.06
HSL279.72º87.65%52.35%-
HSV(B)279.72º88.75%94.12%-
XYZ32.2715.483.71-
YUV93.44210.71181.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 27 (10.94% from 255) = 6.21%
BLUE value IS 240 (94.14% from 255) = 55.17%
R=38.62%
G=6.21%
B=55.17%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal168272400.30.8900.06279.7287.6552.35
HexA81BF01E59061185834
Octal25033360361310643013064
Binary10101000110111111000011110101100101101000110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81BF0; }

 p { color: rgb(168,27,240); }

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

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

 a { background-color: rgb(168,27,240); }

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

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

 span { border-color: rgb(168,27,240); }

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