#AC40FB

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

Shades of Blue Violet #AC40FB

Tints of Blue Violet #AC40FB

Color information

#AC40FB (or 0xAC40FB) is unknown color: approx Blue Violet. HEX triplet: AC, 40 and FB. RGB value is (172,64,251). Sum of RGB (Red+Green+Blue) = 172+64+251=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40FB is #53BF04. Grayscale: #747474. Windows color (decimal): -5488389 or 16466092. OLE color: 16466092.

HSL color Cylindrical-coordinate representation of color #AC40FB: hue angle of 274.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC40FB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17264251-
CMYK0.310.7500.02
HSL274.65º95.9%61.76%-
HSV(B)274.65º74.5%98.43%-
XYZ36.2619.493.1-
YUV117.61203.28166.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 251 (98.44% from 255) = 51.54%
R=35.32%
G=13.14%
B=51.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172642510.310.7500.02274.6595.961.76
HexAC40FB1F4B02113603e
Octal254100373371130242314076
Binary101011001000000111110111111110010110101000100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40FB; }

 p { color: rgb(172,64,251); }

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

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

 a { background-color: rgb(172,64,251); }

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

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

 span { border-color: rgb(172,64,251); }

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