#AC2BEC

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

Shades of Blue Violet #AC2BEC

Tints of Blue Violet #AC2BEC

Color information

#AC2BEC (or 0xAC2BEC) is unknown color: approx Blue Violet. HEX triplet: AC, 2B and EC. RGB value is (172,43,236). Sum of RGB (Red+Green+Blue) = 172+43+236=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BEC is #53D413. Grayscale: #666666. Windows color (decimal): -5493780 or 15477676. OLE color: 15477676.

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

Color convert

RGB17243236-
CMYK0.270.8200.07
HSL280.1º83.55%54.71%-
HSV(B)280.1º81.78%92.55%-
XYZ33.0216.5580.81-
YUV103.57202.74176.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 43 (17.19% from 255) = 9.53%
BLUE value IS 236 (92.58% from 255) = 52.33%
R=38.14%
G=9.53%
B=52.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172432360.270.8200.07280.183.5554.71
HexAC2BEC1B52071185437
Octal25453354331220743012467
Binary101011001010111110110011011101001001111000110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2BEC; }

 p { color: rgb(172,43,236); }

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

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

 a { background-color: rgb(172,43,236); }

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

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

 span { border-color: rgb(172,43,236); }

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