#AC2EEF

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

Shades of Blue Violet #AC2EEF

Tints of Blue Violet #AC2EEF

Color information

#AC2EEF (or 0xAC2EEF) is unknown color: approx Blue Violet. HEX triplet: AC, 2E and EF. RGB value is (172,46,239). Sum of RGB (Red+Green+Blue) = 172+46+239=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC2EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EEF is #53D110. Grayscale: #696969. Windows color (decimal): -5493009 or 15675052. OLE color: 15675052.

HSL color Cylindrical-coordinate representation of color #AC2EEF: hue angle of 279.17º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2EEF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17246239-
CMYK0.280.8100.06
HSL279.17º85.78%55.88%-
HSV(B)279.17º80.75%93.73%-
XYZ33.5716.9683.16-
YUV105.68203.24175.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 46 (18.36% from 255) = 10.07%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=37.64%
G=10.07%
B=52.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172462390.280.8100.06279.1785.7855.88
HexAC2EEF1C51061175638
Octal25456357341210642712670
Binary101011001011101110111111100101000101101000101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2EEF; }

 p { color: rgb(172,46,239); }

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

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

 a { background-color: rgb(172,46,239); }

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

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

 span { border-color: rgb(172,46,239); }

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