#AC65B2

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

Shades of Violet Blue #AC65B2

Tints of Violet Blue #AC65B2

Color information

#AC65B2 (or 0xAC65B2) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and B2. RGB value is (172,101,178). Sum of RGB (Red+Green+Blue) = 172+101+178=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC65B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65B2 is #539A4D. Grayscale: #828282. Windows color (decimal): -5478990 or 11691436. OLE color: 11691436.

HSL color Cylindrical-coordinate representation of color #AC65B2: hue angle of 295.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC65B2 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172101178-
CMYK0.030.4300.30
HSL295.32º33.33%54.71%-
HSV(B)295.32º43.26%69.8%-
XYZ29.721.2944.66-
YUV131.01154.52157.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=38.14%
G=22.39%
B=39.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721011780.030.4300.30295.3233.3354.71
HexAC65B232B01E1272137
Octal2541452623530364474167
Binary1010110011001011011001011101011011110100100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65B2; }

 p { color: rgb(172,101,178); }

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

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

 a { background-color: rgb(172,101,178); }

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

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

 span { border-color: rgb(172,101,178); }

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