#AC689B

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

Shades of Violet Blue #AC689B

Tints of Violet Blue #AC689B

Color information

#AC689B (or 0xAC689B) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and 9B. RGB value is (172,104,155). Sum of RGB (Red+Green+Blue) = 172+104+155=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC689B is #539764. Grayscale: #828282. Windows color (decimal): -5478245 or 10184876. OLE color: 10184876.

HSL color Cylindrical-coordinate representation of color #AC689B: hue angle of 315º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC689B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172104155-
CMYK00.400.100.33
HSL315º29.06%54.12%-
HSV(B)315º39.53%67.45%-
XYZ27.8821.0433.6-
YUV130.15142.03157.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=39.91%
G=24.13%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210415500.400.100.3331529.0654.12
HexAC689B028A2113b1d36
Octal25415023305012414733566
Binary101011001101000100110110101000101010000110011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC689B; }

 p { color: rgb(172,104,155); }

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

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

 a { background-color: rgb(172,104,155); }

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

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

 span { border-color: rgb(172,104,155); }

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